CSS Template using Float
In this example, we have created a header, three qeual columns and a footer.
On smaller screens, the columns will stack on top of each other.
Resize the browser window to see the responsive effect.
Header
Column 1
Column 2
Column 3
====Using flexbox====
CSS Template using Flexbox
In this example, we have created a header, three equal columns and a footer.
On smaller screens, the columns will stack on top of each other.
Resize the browser window to see the responsive effect.
Note:
Flexbox is not supported in Internet Explorer 10 and earlier versions.
Header
Column 1
Column 2
Column 3
====Using grid====
CSS Template using Grid
In this example, we have created a header, three equal columns and a footer.
On Smaller screens, the columns will stack on top of each other.
Resize the browser window to see the responsive effect.
Note:
The Grid layout Module is not supported in Internet Explorer or Edge 15 and earlier versions.
Header
Column 1
Column 2
Column 3
{{tag>오션, CSS Templates}}