-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (52 loc) · 999 Bytes
/
style.css
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
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900&display=swap');
@font-face {
font-family: "Beauty";
src: url("./assests/fonts/BM.eot");
src:
url("./assests/fonts/BM.woff") format("woff"),
url("./assests/fonts/BM.ttf") format("truetype"),
url("./assests/fonts/BM.svg#filename") format("svg");
}
#outer {
position: absolute;
background: #222222;
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
}
#particles-js {
position: absolute;
height: 100%;
width: 100%;
}
#home {
z-index: 1;
color: whitesmoke;
margin-top: 10%;
position: relative;
background-color: transparent;
}
.social {
margin-top: 30px;
}
.social a {
color: whitesmoke;
padding: 20px 10px 10px;
border-radius: 6px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.social a:hover {
color: #222222;
background: whitesmoke;
}
@-webkit-keyframes animate-positive {
0% {
width: 0%;
}
}
@keyframes animate-positive {
0% {
width: 0%;
}
}