-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtrkeey.css
72 lines (69 loc) · 1.52 KB
/
trkeey.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
body {
background: #dd0909;
}
p {
color: #feed02;
}
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
}
a {
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
width: 100px;
height: 30px;
color: hotpink;
}
a:link, a:visited {
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
width: 100px;
height: 30px;
background-color: rgb(10, 131, 18);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
border-radius: 25px;
border: 2px solid #73AD21;
padding: 20px;
width: 100px;
height: 30px;
background-color: rgb(106, 255, 89);
}
il{
color: #17dd09;
}
.notaddingsoon{
color: #ff3d3d;
}
input{
background-color:rgb(10, 131, 18);
color: #ffffff ;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
input:hover input:active{
background-color: rgb(106, 255, 89);
}
input:link, input:visited {
background-color: rgb(29, 206, 41);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
}
.rop{
color: aqua;
}