CSS3: section
Section:nth-of-type(2n)
-
Section: last-of-type
Read that article in css-tricks
How to section your HTML
Font Awsome
- Go to cdnjs.com to get the libraries link
- One specific class named icon to calling icons and tang class to styling it.
.icon::before{
display: inline-block;
font-style: normal;
font-variant: normal;
text -rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: “Font Awesome 6 free”;
font-weight:900; or 400;}
- Tag class for styling content: “\f061”; -> witch icon character color:white;
Best codes for responsive
With:50%; merge-left: auto;
-
Calc(500px+20%)
-
Clamp(2vw,5rem,5vm)
-
Column:2; column-span: on;
or
column: 100px; -> maxwith(for big screens)
Free template
Templatemo.com
Top comments (1)
CSS Clamp is probably the one I have not used much of yet but it seems useful.