-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreen_about.css
146 lines (134 loc) · 3.94 KB
/
green_about.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
body{
min-height:100%;
background: url(https://images.unsplash.com/photo-1545454675-3531b543be5d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80) rgba(0, 0, 0, 0.7) no-repeat center center fixed;
background-blend-mode: multiply;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#title{
margin:auto;
margin-top:2%;
width:50%;
border-bottom: solid rgb(22,204,0)2px;
font-size:70px;
text-align: center;
padding:2%;
font-weight: 1000;
color:#111;
font-family: 'Great Vibes', cursive;
animation: animate 2s ease infinite;
}
@keyframes animate{
0%{
color: rgb(139,255,125);
text-shadow: 0 0 2px rgb(13,125,0), 0 0 14px rgb(13,125,0), 0 0 30px rgb(13,125,0);
}
10%{
color: rgb(139,255,125);
text-shadow: 0 0 2px rgb(13,125,0), 0 0 14px rgb(13,125,0), 0 0 30px rgb(13,125,0);
}
20%{
color: rgb(174,255,165);
text-shadow: 0 0 2px rgb(24,226,0), 0 0 14px rgb(27,251,0), 0 0 30px rgb(24,226,0);
}
30%{
color: rgb(192,255,184);
text-shadow: 0 0 2px rgb(34,255,8), 0 0 14px rgb(34,255,8), 0 0 30px rgb(34,255,8);
}
40%{
color: rgb(209,255,204);
text-shadow: 0 0 6px rgb(51,255,27), 0 0 14px rgb(51,255,27), 0 0 30px rgb(51,255,27);
}
50%{
color: rgb(209,255,204);
text-shadow: 0 0 6px rgb(51,255,27), 0 0 14px rgb(51,255,27), 0 0 30px rgb(51,255,27);
}
60%{
color: rgb(209,255,204);
text-shadow: 0 0 6px rgb(51,255,27), 0 0 14px rgb(51,255,27), 0 0 30px rgb(51,255,27);
}
70%{
color: rgb(192,255,184);
text-shadow: 0 0 2px rgb(34,255,8), 0 0 14px rgb(34,255,8), 0 0 30px rgb(34,255,8);
}
80%{
color: rgb(174,255,165);
text-shadow: 0 0 2px rgb(24,226,0), 0 0 14px rgb(27,251,0), 0 0 30px rgb(24,226,0);
}
90%{
color: rgb(139,255,125);
text-shadow: 0 0 2px rgb(13,125,0), 0 0 14px rgb(13,125,0), 0 0 30px rgb(13,125,0);
}
100%{
color: rgb(139,255,125);
text-shadow: 0 0 2px rgb(13,125,0), 0 0 14px rgb(13,125,0), 0 0 30px rgb(13,125,0);
}
}
.ABOUT{
font-family: 'Bree Serif', serif;
font-weight: 400;
font-size:20px;
padding: 20px;
margin:auto;
background-color: rgba(22, 204, 0, 0.4);
border-left-style:solid;
border-color: rgb(24,224,0);
border-left-width: 3rem;
width:80%;
color: #FFF;
text-align: center;
margin-bottom: 2%;
}
li{
text-align:left;
}
a{
text-decoration: none;
color:#FFF;
}
a:hover{
text-decoration: none;
color:#FFF;
}
a:active{
text-decoration: none;
color:#FFF;
}
a:visited{
text-decoration: none;
color:#FFF;
}
.btn-dark{
background-color: rgb(52,255,27);
}
.custom-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(173,239,209,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.nav-link{
font-size: 26px;
font-weight: 800;
text-shadow: 2px 2px 8px rgb(52,255,90);
font-family: 'Great Vibes', cursive;
}
.custom-toggler.navbar-toggler {
border-color:rgb(52,255,27);
}
.nav-color{
color: rgb(209,255,204);
text-shadow: 0 0 6px rgb(51,255,27), 0 0 14px rgb(51,255,27), 0 0 30px rgb(51,255,27);
opacity:0.7;
}
.nav-color:hover{
opacity:1;
}
.activ{
color:rgb(0,255,0);
opacity:1;
}
.navbar-brand-color{
color:rgb(52,255,27);
font-size: 3rem;
}