1
Fork 0

Grote push

This commit is contained in:
Tibo De Peuter 2022-05-19 17:01:06 +02:00
parent 847f6650e9
commit 59a757c72a
3 changed files with 49 additions and 7 deletions

View file

@ -5,11 +5,47 @@ li ul {
}
ul {
/* list-style-type: symbols("↪");*/
list-style-type: symbols("");
/* alternatieven "↪" */
list-style-type: symbols("");
}
ul#wortel {
padding: 0;
list-style-type: none;
}
.header h1 {
text-align: center;
margin: 0 auto;
font-min-size: 2vw;
font-size: 3vw;
position: relative;
}
.header img {
display: block;
margin: 0 auto;
width: 10%;
height: 10%;
min-width: 2%;
min-height: 2%;
max-width: 20%;
max-height: 20%;
}
.header p {
font-weight: bold;
text-align: center;
}
.top-bar {
position: fixed;
top: 0;
}
#waarschuwing {
color: darkorange;
}