hs-anyone-web/templates/assets/css/index.css

20 lines
272 B
CSS
Raw Normal View History

2024-10-03 13:01:10 +10:00
body {
background-color: #000000;
color: #ffffff;
}
h1 {
font-size: 50px;
margin: 0;
padding: 0;
}
.centre {
margin-top: 10%;
text-align: center;
}
a {
color: #ffffff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}