-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparticles.css
More file actions
50 lines (49 loc) · 1.23 KB
/
particles.css
File metadata and controls
50 lines (49 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* ---- reset ---- */
body {
margin: 0;
font: normal 75% Arial, Helvetica, sans-serif;
}
.hero {
height: 100vh;
}
canvas {
display: block;
}
/* ---- particles.js container ---- */
#particles-js {
position: relative;
width: 100%;
height: 100vh;
/* background-color: #3f5efb; */
/* background-color: #fc466b; */
/* background-image: url("http://hackjnu.in/images/pinkbluebg.jpg"); */
/*background-image: url("./assets/bg2.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;*/
background: #a8c0ff; /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom right, #3f2b96, #a8c0ff); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom right, #3f5efb, #fc466b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* ---- stats.js ---- */
.count-particles {
background: #000022;
position: absolute;
top: 48px;
left: 0;
width: 80px;
color: #13e8e9;
font-size: 0.8em;
text-align: left;
text-indent: 4px;
line-height: 14px;
padding-bottom: 2px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
}
.js-count-particles {
font-size: 1.1em;
}
.count-particles {
border-radius: 0 0 3px 3px;
}