Refactor CSS styles and update HTML structure for the "Über Uns" section
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user