forked from HackYourFuture/JavaScript2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
58 lines (51 loc) · 862 Bytes
/
index.css
File metadata and controls
58 lines (51 loc) · 862 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
48
49
50
51
52
53
54
55
56
57
58
body {
font-size: 20px;
background: #FFA500;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.container {
background-color: #fff;
color: #FFA500;
padding: 5rem 15rem;
margin-top: 6rem;
}
.white-space {
background: #fff;
padding: 1.5rem 12rem;
margin-top: .5rem;
}
#button {
background-color: #FFA500;
color: #fff;
padding: 1rem;
position: absolute;
left: 70%;
top: 50%;
border: none;
cursor: pointer;
}
.social-links {
position: absolute;
left: 22%;
top: 50%;
}
ion-icon {
display: inline-block;
width: 2rem;
height: 2rem;
color: #fff;
background-color: #FFA500;
padding: .3rem;
}
span {
position: absolute;
left: 70%;
top: 45%;
}
h1::before {
content: '\201C';
}