-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
131 lines (116 loc) · 2.66 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#fullname {
font-family: 'Comfortaa', sans-serif;
font-size: 35px;
text-align: center;
transform: scale(1, 1.05);
}
#specialization {
font-family: 'Comfortaa', sans-serif;
margin-top: -25px;
font-size: 18px;
text-align: center;
-webkit-text-fill-color: gray;
transform: scale(1, 1.05);
}
#avatar-img {
display: block;
border-radius: 60px;
margin-right: auto;
margin-left: auto;
height: 120px;
width: 120px;
box-shadow: 0px 1px 5px 1px #8d848483;
}
#avatar-img:hover {
box-shadow: 0px 0px 0px 0px #ffffff;
filter: brightness(0.95);
}
.soc-link-logo {
height: 32px;
width: 32px;
margin-right: 5px;
}
footer {
position: fixed;
bottom: 5px;
width: 100%;
font-family: 'Comfortaa', sans-serif;
font-size: 16px;
animation-name: tepagachiqish;
-webkit-animation-name: tepagachiqish;
animation-duration: 300ms;
-webkit-animation-duration: 300ms;
text-align: center;
}
@keyframes tepagachiqish {
0% {bottom: -15px; opacity: 0.25; }
25% {bottom: -10px; opacity: 0.50; }
50% {bottom: -5px; opacity: 0.75; }
75% {bottom: 0px; opacity: 1; }
100% {bottom: 5px; opacity: 1;}
}
section {
display: block;
margin: auto;
height: 32px;
width: 9%;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
animation-name: paslash;
animation-duration: 700ms;
-webkit-animation-name: paslash;
-webkit-animation-duration: 700ms;
}
header {
margin-top: 30px;
animation-name: paslash;
animation-duration: 700ms;
-webkit-animation-name: paslash;
-webkit-animation-duration: 700ms;
margin-left: auto;
margin-right: auto;
display: block;
}
@keyframes paslash {
0% {margin-top: 1px; opacity: 0; }
50% {margin-top: 15px; opacity: 0;}
75% {opacity: 0.5; }
100% {margin-top: 30px; opacity: 1;}
}
@-webkit-keyframes paslash {
0% {margin-top: 1px; opacity: 0; }
50% {margin-top: 15px; opacity: 0;}
75% {opacity: 0.5; }
100% {margin-top: 30px; opacity: 1; }
}
div.soc-links {
display: block;
margin-left: auto;
margin-right: auto;
width: 150px;
height: 150px;
}
nav {
position: fixed;
top: 370px;
left: 41.5%;
right: 41.5;
height: 100%;
width: 100%;
font-family: 'Comfortaa', sans-serif;
font-size: 22px;
-webkit-text-fill-color: black;
animation-name: ongdankelish;
-webkit-animation-name: ongdankelish;
animation-duration: 400ms;
-webkit-animation-duration: 400ms;
}
@keyframes ongdankelish {
from {left: 150%;}
to {left: 41.5;}
}
@-webkit-keyframes ongdankelish {
from {left: 150%;}
to {left: 41.5;}
}