Day 57: Learning CSS Grids by Building a Magazine
Hi everyone! I continued with learning CSS grids by building a magazine. Here are the 10 steps I took today.
Gave the .social-icons selector a grid-template-columns property set to repeat(5, 1fr) to arrange the icons in a single row.
For the .so...
onose.hashnode.dev2 min read