28 lines
389 B
CSS
28 lines
389 B
CSS
.anchoring {
|
|
font-family: 'Questrial', sans-serif;
|
|
}
|
|
|
|
.anchoring h1 {
|
|
margin-bottom: -35px;
|
|
font-size: 2.5rem;
|
|
}
|
|
|
|
.anchoring h1, .anchoring h1:hover {
|
|
color: white;
|
|
}
|
|
|
|
.anchoring > a {
|
|
margin: 0 auto;
|
|
display: block;
|
|
width: fit-content;
|
|
}
|
|
|
|
.anchoring > a:hover {
|
|
cursor:pointer;
|
|
}
|
|
|
|
.anchoring img {
|
|
width: 128px;
|
|
height: 128px;
|
|
margin: 0 auto;
|
|
} |