meow/style.css

8 lines
139 B
CSS
Raw Normal View History

2023-08-07 20:29:05 +03:00
body {
background-color: black;
color: white;
font-family: 'Comic Sans MS', Verdana, Sans-serif;
}
h1{
margin-right: 50px;
}