The Flex Box Module usually referred to as flexbox, was designed as an one-dimensional layout model.
It make easier to design flexible responsive...
For further actions, you may consider blocking this person and/or reporting abuse
dont be shy ! why not post a direct the link to the repo too ! github.com/shafikshaon
Did you say about demo link?
im looking for a link to the source of shafikshaon.github.io/css-flexbox/
github.com/shafikshaon/css-flexbox
thanks you so much i can fav and fork it now :)
You can fork it. If you can do improvenent then create a pull request. :)
yes done thanks
That’s the only part on the css I get confuse sometimes I’m trying not to avoid css since this is an important content but I get frustrated using it
Is there anything not clear to you?
In what occasion use absolute position vs relative position
In short,
position: relative
places an element relative to its current position without changing the layout around it, whereasposition: absolute
places an element relative to its parent's position and changing the layout around it.Thanks for your help Mohd ,appreciate it