Errorpage + RAPLA-Styling

This commit is contained in:
2023-12-14 21:43:13 +01:00
parent a6372086db
commit fc97411177
11 changed files with 254 additions and 64 deletions

View File

@ -46,7 +46,7 @@ nav li.start a {
padding-top: 30px;
}
nav a.top.selected {
nav a.selected {
color: red;
}
@ -56,7 +56,6 @@ nav li.top.selected {
nav li a.selected {
background-color: black;
color: white;
}
nav li a {
@ -73,7 +72,7 @@ nav li a:hover {
nav li .bottom {
position: absolute;
bottom: 0;
width: 100%;
width: 200px;
}
.cs1 {
@ -105,10 +104,14 @@ nav li .bottom {
width: calc(100% / var(--numBoxes));
height: 300px;
border: 5px solid red;
margin: 5px;
margin: 7px;
border-radius: 10px;
}
.box:hover {
transform: scale(101%);
}
.cs1 h1 {
margin-left: 0;
}