16 lines
131 B
CSS
16 lines
131 B
CSS
body {
|
|
height: 97vh;
|
|
}
|
|
|
|
.hero {
|
|
align-items: center;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Minecraft;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|