implemented Toggle Switch

This commit is contained in:
schrom01
2022-08-23 17:18:51 +02:00
parent 6fda077f9b
commit b5d1637e0f
4 changed files with 20 additions and 7 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ nav ul li a:hover{
background-color: darkblue;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
margin: 0px;
text-decoration: none;
}
.heading h1{
+5
View File
@@ -9,4 +9,9 @@ h2{
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
text-transform: uppercase;
margin-bottom: 2em;
}
h3{
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
text-transform: uppercase;
}