-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (97 loc) · 1.71 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
html{
background-color : hsl(217, 54%, 11%);
}
#main{
margin : 100px auto 0;
font-family :Outfit;
font-size : 18px;
width : 350px;
border : 1px solid black;
border-radius : 20px;
background-color : hsl(216, 50%, 16%);
height : 600px;
}
#eq-img{
height : 300px;
border-radius : 10px ;
}
#main-header{
color : white;
font-weight : 600px;
font-size : 25px;
}
#main-content{
padding : 25px ;
}
#body-text {
font-weight : 300;
color : white;
opacity : 60% ;
}
#left {
display : flex;
align-items : center;
width :27%;
justify-content : space-between ;
}
#right {
display : flex;
align-items : center;
width :29%;
justify-content : space-between ;
}
#days3{
font-weight : 300;
color : white;
opacity : 60% ;
font-size : 14px;
}
#component{
display : flex;
justify-content : space-between;
}
#eth-text{
color : hsl(178, 100%, 50%);
font-weight : 400px;
font-size : 14px;
}
#avatar{
border : 1px solid white;
border-radius : 50px;
}
#line{
border: none;
height: 0.5px;
opacity : 25%;
background-color: hsl(215, 51%, 70%)
}
#bottom{
width : 57%;
display : flex;
justify-content : space-between;
align-items : center;
}
#end{
color : white;
font-size : 14px;
width: 300px;
}
#normal{
opacity : 60% ;
font-size : 14px;
}
.hov {
visibility : hidden;
display : block;
position : absolute;
z-index : 10;
height : 300px;
width : 300px;
border-radius : 10px;
cursor : pointer ;
background-color : hsl(178, 100%, 50%,0.6);
opacity : 80%;
}
.rel{
position : relative;
}