10 lines
122 B
CSS
10 lines
122 B
CSS
body {
|
|
background-color: yellow;
|
|
margin: 0;
|
|
height: 100vh;
|
|
}
|
|
|
|
h1 {
|
|
margin: auto;
|
|
width: max-content;
|
|
} |