-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
47 lines (41 loc) · 785 Bytes
/
Copy pathindex.css
File metadata and controls
47 lines (41 loc) · 785 Bytes
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
body {
font-family: 'Bungee Hairline', cursive;
background-color: #1c1c1c;
}
h3 {
font-size: 55px;
font-weight: bold;
text-align: center;
margin-top: 1rem;
color: #1c1c1c;
}
p {
text-align: center;
margin-top: 1.5rem;
font-size: 18px;
font-weight: 600;
}
.card {
margin: 0 auto;
float: none;
width: 35rem;
height: 30rem;
margin-top: 6rem;
background-color: #D3EEDD;
box-shadow: 14px 14px 0 -4px #9CA39C, 14px 14px 0 0 black;
}
#main {
margin-top: 3rem;
text-align: center;
font-weight: bolder;
}
#btn1 {
margin-top: 3.5rem;
font-weight: bolder;
}
@media (max-width: 772px) {
.card {
width: 28rem;
height: 32rem;
}
}