Added an header and other components

This commit is contained in:
2023-08-28 20:22:46 +02:00
parent 52134c91ef
commit 2be7f9b705
13 changed files with 162 additions and 62 deletions

16
styles/anchoring.css Normal file
View File

@@ -0,0 +1,16 @@
.anchoring {
text-align: center;
}
.anchoring h1 {
margin-bottom: -35px;
}
.anchoring h1, .anchoring h1:hover {
color: white;
}
.anchoring img {
width: 128px;
height: 128px;
}