youtube-maze/src/style.css

19 lines
184 B
CSS

html
{
margin: 0;
padding: 0;
}
body
{
padding: 4em 6em;
font-family: sans-serif;
}
hr
{
border: 0;
border-bottom: 1px solid black;
margin-bottom: 2em;
}