# Notes ## 20231106 ### hr element can have: * height, measured in px. * background-color * border-color - border adds to height 1px. ### body can have padding too. ### in css, elements within a class can be targeted. ### margin-top and margin-bottom can be reduced to bring lines closer. - need an element block to visualize this. ### font-size of elements can be bigger, by px, than default. ``` on step 75 ``` ## 20231108 * I am kind of lost with step 75, which asks me to make a class, for the bottom hr line, that would specify to set the bottom-margin to 25. Why 25? I know it'll make it look better, but how did they come up wth that number?