-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
82 lines (82 loc) · 1.43 KB
/
styles.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
a {
color: #4ED9A6;
}
a:hover {
color: #F2F2F2;
}
body {
margin: auto;
background-color: #45BF9D;
}
button {
background-color: #191919;
border: 2px solid black;
border-radius: 12px;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline;
font-size: 16px;
transition-duration: 0.3s;
opacity: 0.9;
}
button:hover {
background-color: white;
color:#191919;
}
h1 {
background-color: #45BF9D;
text-align: center;
font-size: 6rem;
font-family: Dancing Script;
margin:auto;
padding-bottom: 20px;
}
h2 {
text-align: center;
font-size: 3rem;
font-family: Dancing Script;
}
hr {
border: none;
border-top: solid 4px;
margin: auto;
padding: 0;
}
p {
font-size: 1.5rem;
margin: auto;
padding-top: 20px;
padding-bottom: 20px;
}
#btn {
position: relative;
display: inline-block;
text-align: center;
top: 200px;
width: 18%;
}
#p1 {
display: inline-block;
vertical-align: top;
text-align: center;
margin-bottom: 108px;
width: 40%;
}
#p2 {
display: inline-block;
vertical-align: top;
text-align: center;
margin-bottom: 50px;
width: 40%;
}
#end {
width: 100%;
}
#con {
background-color: #262626;
color: #4ED9A6;
text-align: center;
padding: 17px;
}