File size: 239 Bytes
29620b0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
}

.container {
    position: relative;
    z-index: 1;
}