Nathan Woodburn
5a74687c0e
All checks were successful
Build Docker / BuildImage (push) Successful in 57s
19 lines
234 B
CSS
19 lines
234 B
CSS
body {
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
}
|
|
.centre {
|
|
text-align: center;
|
|
margin-top: 20%;
|
|
}
|
|
a {
|
|
color: #ffffff;
|
|
}
|
|
a:hover {
|
|
color: #ff0000;
|
|
}
|
|
h1 {
|
|
font-size: 100px;
|
|
margin: 0;
|
|
padding: 0;
|
|
} |