Posts by Thulio Queiroz • 1 point
1 post
-
-1
votes1
answer26
viewsQ: Header problem, padding-top is changing header height
*{ margin: 0; padding: 0;} .header{ background-color: #212343; width: 100%; height: 70px; text-align: center; word-spacing: 15px; font-size: 20px; padding-top: 15px; } .header > to{ color: white;…