Code: Select all
just for test
body,html {
margin: 0;
}
header {
background-color: blue;
height: 200px;
width: 1200px;
margin: 0 auto;
text-align: center;
padding: 0;
}
h1 {
color: white;
}
Why does it have to be like this?
Code: Select all
just for test
body,html {
margin: 0;
}
header {
background-color: blue;
height: 200px;
width: 1200px;
margin: 0 auto;
text-align: center;
padding: 0;
}
h1 {
color: white;
}
Why does it have to be like this?