DEV Community

Intro to CSS Flexbox layouts

Mohd. Shafikur Rahman on January 21, 2020

The Flex Box Module usually referred to as flexbox, was designed as an one-dimensional layout model. It make easier to design flexible responsive...
Collapse
 
osde8info profile image
Clive Da

dont be shy ! why not post a direct the link to the repo too ! github.com/shafikshaon

Collapse
 
shafikshaon profile image
Mohd. Shafikur Rahman

Did you say about demo link?

Collapse
 
osde8info profile image
Clive Da

im looking for a link to the source of shafikshaon.github.io/css-flexbox/

Thread Thread
 
shafikshaon profile image
Mohd. Shafikur Rahman
Thread Thread
 
osde8info profile image
Clive Da

thanks you so much i can fav and fork it now :)

Thread Thread
 
shafikshaon profile image
Mohd. Shafikur Rahman

You can fork it. If you can do improvenent then create a pull request. :)

Thread Thread
 
osde8info profile image
Clive Da

yes done thanks

Collapse
 
csharplove profile image
csharplove

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

Collapse
 
shafikshaon profile image
Mohd. Shafikur Rahman

Is there anything not clear to you?

Collapse
 
csharplove profile image
csharplove

In what occasion use absolute position vs relative position

Thread Thread
 
shafikshaon profile image
Mohd. Shafikur Rahman • Edited

In short, position: relative places an element relative to its current position without changing the layout around it, whereas position: absolute places an element relative to its parent's position and changing the layout around it.

Thread Thread
 
csharplove profile image
csharplove

Thanks for your help Mohd ,appreciate it