-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
49 lines (44 loc) · 868 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
*{
margin: 0;
padding: 0;
font-size: 62.5%;
}
.inner{
background-color: #ff555a;
height: 20%;
width: 100vw;
clip-path: polygon(33% 0, 50% 67%, 67% 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.outer{
height: 100vh;
background-color: #fdd11e;
display: flex;
justify-content: space-between;
flex-direction: column;
text-align: center;
}
.smile{
border-radius: 100%;
background-color: rgb(129, 129, 129);
width: 8rem;
height: 8rem;
margin: auto;
opacity: .5;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.text{
color: antiquewhite;
font-size: 3.5rem;
}
.head{
font-size: 3rem;
color: #fff;
font-family: sans-serif;
margin: auto;
}
.smiley{
margin: auto;
}