fix background
This commit is contained in:
parent
7b26406647
commit
91cf89cfdc
2 changed files with 1253 additions and 0 deletions
|
@ -8,6 +8,23 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body::after {
|
||||||
|
content: "";
|
||||||
|
opacity: 0.33;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
background-image: url(/images/brain.svg);
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-origin: padding-box;
|
||||||
|
background-clip: content-box;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
1236
site/images/brain.svg
Normal file
1236
site/images/brain.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 115 KiB |
Loading…
Reference in a new issue