-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (42 loc) · 877 Bytes
/
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
h1 {
font: 600 3.5em 'Aladin', cursive;
text-align: center;
letter-spacing: 0.25em;
}
h2 {
font: 400 1.5em 'Zilla Slab Highlight', cursive;
text-align: center;
letter-spacing: 0em;
}
body {
text-align: center;
background: linear-gradient(90deg, rgb(21, 213, 239), rgb(234, 77, 177));
}
.color1 {
background-color: transparent;
border: 0px;
}
.color2 {
background-color: transparent;
border: 0px;
}
h3 {
font: 600 1.4em 'Aladin', cursive;
text-transform: lowercase;
}
.btn {
font: 800 1.3em 'Aladin', cursive;
letter-spacing: 0.09em;
border-radius: 50px;
border-color: black;
background-color: transparent;
text-transform: uppercase;
color: black;
padding: 10px;
}
.btn:hover {
cursor: pointer;
background-color: black;
color: whitesmoke;
border-color: transparent;
}