mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-04-22 13:12:25 +02:00
Solved main shadow bug
This commit is contained in:
parent
a8a2efd091
commit
4aceb2ed62
@ -97,6 +97,15 @@ div#navbarNavfooter li.nav-item{
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
main{
|
||||
position: relative; box-shadow: 0 0 20px rgba(0,0,0,0.3); overflow: visible;
|
||||
main {
|
||||
position: relative;
|
||||
box-shadow:
|
||||
/* Innerer Schatten */
|
||||
inset 10px 0 10px -10px rgba(0, 0, 0, 0.3), /* linker innerer Schatten */
|
||||
inset -10px 0 10px -10px rgba(0, 0, 0, 0.3), /* rechter innerer Schatten */
|
||||
/* Äußerer Schatten */
|
||||
10px 0 10px -10px rgba(0, 0, 0, 0.3), /* rechter äußerer Schatten */
|
||||
-10px 0 10px -10px rgba(0, 0, 0, 0.3); /* linker äußerer Schatten */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user