animated background
This commit is contained in:
@@ -8,12 +8,19 @@
|
||||
|
||||
body {
|
||||
position: relative; }
|
||||
body #content-ontop {
|
||||
z-index: 3000;
|
||||
position: relative;
|
||||
top: -1200px; }
|
||||
body #background-animated {
|
||||
z-index: 2000;
|
||||
position: relative;
|
||||
left: -350px; }
|
||||
body::before {
|
||||
z-index: -1;
|
||||
content: " ";
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-image: url("../images/fond-ronds.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: content;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user