-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (54 loc) · 2.15 KB
/
Copy pathstyle.css
File metadata and controls
71 lines (54 loc) · 2.15 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
body{
margin: 0;
padding: 0;
height: 100vh;
background-color: #74bb96;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(184,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%2374bb96'/%3E%3Cstop offset='1' stop-color='%2360baff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(165,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23cfff23' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cfff23' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(250,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23cfff23' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cfff23' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.48'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-size: cover;
}
#particles-js{
height: 100%;
}
.container-fluid{
max-width: 50%;
margin-right: 35%;
margin-left: 25%;
}
.form-control{
display: block;
width: 100%;
height: calc(1.5em + .75rem +2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.cont {
background-color: (0,0,0,0.5);
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%,-70%);
}
.cont1 {
background-color: (0,0,0,0.5);
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%,-70%);
}
.cont2 {
background-color: (0,0,0,0.5);
position: absolute;
top: 78%;
left: 50%;
transform: translate(-50%,-70%);
}