Refactor CSS styles and update HTML structure for the "Über Uns" section

This commit is contained in:
Juwan Jouma
2024-04-18 15:49:17 +02:00
parent 12ab5c9c29
commit f2f41f6ecb
2 changed files with 17 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
/* Navigation*/
.navbar {
background-color: #212121 !important;
margin-bottom: 20px;
height: 70px;
}
@@ -59,10 +58,20 @@ section {
height: 100vh;
}
#openingHours {
background: linear-gradient(90deg, rgb(0, 159, 155), rgb(157, 254, 175));
#ueberUns {
background: linear-gradient(0deg, rgb(0, 159, 155), rgb(33,33,33));
}
#openingHours {
background: linear-gradient(180deg, rgb(0, 159, 155), rgb(157, 254, 175));
}
#patenshop {
background: linear-gradient(90deg, rgb(0, 159, 155), rgb(157, 254, 175));
}
.glass {
padding: 30px;
background: rgba(255, 255, 255, 0.2);