CDP E8: ex1 coding grid columns

Making some columns look pretty in CSS. We used dummy lorem ipsum text, divided the columns into 4. Added padding and went deep into understanding working with rem’s as oppose to pixels however, in conclusion;

1 rem = 10 pixels

10px (or 1 rem) divided by 16px = 62.5% | therefore telling the computer that we are working with rem and not pixels.

Leave a comment