move nav, aside and footer to foreground, fix #5
This commit is contained in:
parent
3960f1c0e3
commit
2d52a7e619
2 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ nav, footer, aside {
|
|||
background: url(../assets/paper.avif);
|
||||
padding: 5px;
|
||||
font-family: Erika;
|
||||
z-index: 10000;
|
||||
position: relative;
|
||||
opacity: 0.95;
|
||||
box-shadow: 0px 0px 10px #00000070;
|
||||
}
|
||||
|
||||
nav a, footer a, aside a {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ body {
|
|||
aside {
|
||||
background: url(../assets/notebook.jpg);
|
||||
width: fit-content;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue