-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path0.css
More file actions
35 lines (32 loc) · 719 Bytes
/
0.css
File metadata and controls
35 lines (32 loc) · 719 Bytes
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
.forward {}
.fwd {
margin-top: 60px;
margin-left: 300px;
background-color: rgba(10, 10, 10, 0.4);
;
border: 1.5px solid;
border-radius: 13px;
height: 50px;
border-color: rgba(150, 150, 150, 0.6);
width: 300px;
color: silver;
font-family: pristina;
opacity: 1.0;
font-size: 25px;
}
.fwd:hover {
-webkit-transition: all 0.2s ease-in;
margin-top: 60px;
background-color: rgba(10, 10, 10, 0.7);
;
border: 1px solid;
border-color: darkgoldenrod;
border-radius: 13px;
height: 50px;
border-color: rgba(150, 150, 150, 0.6);
width: 300px;
color: darkgoldenrod;
font-family: pristina;
opacity: 1.0;
font-size: 25px;
}