-
Notifications
You must be signed in to change notification settings - Fork 0
/
Lol.css
89 lines (75 loc) · 1.3 KB
/
Lol.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
#First {
color: #000000;
font-size: 30px;
text-shadow:
-1px -1px 0 #86d115,
1px -1px 0 #86d115,
-1px 1px 0 #86d115,
1px 1px 0 #86d115;
}
body {
background-image: url("headphone.jpg");
background-size: cover;
font-family: roboto;
}
p {
color: #000000;
font-size: 20px;
text-shadow:
-1px -1px 0 #86d115,
1px -1px 0 #86d115,
-1px 1px 0 #86d115,
1px 1px 0 #86d115;
}
#Home {
color: #e175ff;
background-color: #8c56dc;
color: white;
font-size: 20px;
border: 2px solid #8c56dc;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 50px;
margin-right: 50px;
padding: 10px 24px;
cursor: pointer;
transition-duration: 0.4s;
}
#Third{
font-size: 30px;
color: #91d499;
text-shadow:
-1px -1px 0 #000000,
1px -1px 0 #000000,
-1px 1px 0 #000000,
1px 1px 0 #000000;
}
#Fourth{
color: #91d499;
text-shadow:
-1px -1px 0 #000000,
1px -1px 0 #000000,
-1px 1px 0 #000000,
1px 1px 0 #000000;
}
#Home {
display: flex;
justify-content: flex-end;
border-radius: 50px;
}
h1 {
color: #ffffff;
font-family: dosis;
}
h2 {
color: #52828e;
}
h3 {
color: #0008ff;
}
#Home:hover {
color: #20d1fe;
}
#Home:active{
color: #0011ff;
}