SungJunEun / Grid_Post_Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid Post Template

Practicing after taking CSS Grid: The ultimate layout tool from scrimba.com


Summary

Template for post of my newsletter Why Index Coop Matters

  • Template using CSS Grid
  • Practicing what I learned
  • Followed the layout from the course

from 2022.01.27 - 02.02


Tech

I used..

  • HTML
  • CSS
  • CSS Grid
  • Replit

with Github.


Using CSS Grid

  • align-self and justify-self to place individual item explicitly in the grid.
  • gap and empty rows and colums with 1em for padding and marign.

Overall Layout

  • Desktop version

    image

  • Mobile version

    image

About


Languages

Language:CSS 66.5%Language:HTML 33.5%