-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
71 lines (60 loc) · 870 Bytes
/
about.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
#about-container {
width: 50rem;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 500px;
margin: 0 auto;
padding: 5rem;
}
#headline {
display: flex;
width: 50rem;
}
h1 {
color: #7badb6;
}
img {
display: block;
width: auto;
height: auto;
}
.text {
font-size: 1.8rem;
margin-bottom: 3rem;
width: 50rem;
z-index: 2;
position: relative;
top: -5.5rem;
text-align: justify;
text-justify: inter-word;
}
#family-pic {
width: 50rem;
z-index: 1;
}
#sheep {
width: 30rem;
}
:root {
background-color: black;
}
* {
color: white;
}
#continue-btn {
background-color: #7badb6;
color: white;
width: 30rem;
}
#yle-logo {
width: 5rem;
}
#made-possible {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 10rem;
}