16 lines
198 B
CSS
16 lines
198 B
CSS
.anchoring {
|
|
text-align: center;
|
|
}
|
|
|
|
.anchoring h1 {
|
|
margin-bottom: -35px;
|
|
}
|
|
|
|
.anchoring h1, .anchoring h1:hover {
|
|
color: white;
|
|
}
|
|
|
|
.anchoring img {
|
|
width: 128px;
|
|
height: 128px;
|
|
} |