-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathe4.css
91 lines (82 loc) · 1.5 KB
/
e4.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
.tahoma{
color: black;
font-family: tahoma;
font-weight: bold;
text-align: center;
}
.html{
color: black;
font-family: verdana;
font-weight: bold;
font-size: 15px;
margin-bottom: 4px;
}
.begin{
font-family: verdana;
margin-top: 0px;
color: gray;
font-size: 14px;
}
.this{
font-family: verdana;
color: black;
margin-right:200px ;
margin-bottom: 12px;
}
.get-button{
background-color: rgb(18, 163, 18);
color: white;
border: none;
border-radius: 10px;
padding-left:15px ;
padding-right: 15px;
padding-top: 8px;
padding-bottom:8px;
cursor: pointer;
opacity: 0.7;
}
.get-button:hover{
background-color: white;
color: rgb(18, 163, 18);
opacity: 0.8;
box-shadow: 3px 4px 5px;
}
.big{
color: black;
font-family: arial;
font-size: 20px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}
.sales{
margin-top: 0px;
color: red;
font-family: arial;
font-size: 14px;
cursor: pointer;
opacity: 0.8;
}
.shop{
color: black;
margin-top: 0px;
font-family: arial;
font-size: 22px;
font-weight: bold;
text-align: center;
margin-bottom: 0px;
}
.see{
color: black;
text-align: center;
font-family: arial;
font-size: 14px;
}
.learn{
text-align: center;
color: blue;
cursor: pointer;
}
.learn:hover{
opacity: 0.7;
}