today i learned about borders and padding in html css, now i think the names are pretty fitting as in borders you add actual borders the content you want in pixels and is able to change colors and things of that sorts, and then also padding is the same thing but it pushes your content away from the edges also in pixels. Very neat tools for programming if you ask me.
.container{ padding: 30px;}
Leave a Reply