what I learned…9/10
This week I learned how to weave my CSS into my HTML code. I learned about the importance of cascading elements and the way and order things are listed in will make a difference in the way they are presented on the screen. I learned about the Eric Meyers Reset CSS, and how it resets the browser back to default styling once implementing the basics of the HTML code.
I learned about padding, margins, content and border and the different ways you can enter and and adjust them in CSS. For example:
If you would like to edit all sides of the padding you can enter all the numbers in a single row under padding either in pixels, em or or rem. If you would like to edit a single side of the padding you can simply enter padding-left: 10px.
helpful links!
– Differences between REM, PX, and EM