-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
64 lines (60 loc) · 1.27 KB
/
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
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto:wght@100&display=swap');
body{
background-color: #fff;
min-height: 100vh;
width: 100vw;
position: relative;
overflow-x: hidden;
}
section{
position: relative;
display: flex;justify-content: center;
align-items: center;height: 100vh;
}
h1{
font-weight: 400;
font-family: 'Pacifico', cursive;
font-style: oblique;
letter-spacing: 20px;
}
.content{
position: relative;
display: flex;justify-content: center;
align-items: center;
padding-top: 30px;
background-color: #003329;
flex-direction: column;
color: #f9f9f9;
}
.content img{
border-radius: 50%;
}
.content h2{
text-decoration: none;
font-size: 24px;
font-weight: 200;
}
section img{
position: absolute;
top: 0;
left: 0;
width: 100%;
pointer-events: none;
}
.img{
height: 100vh;
position: relative;
background-color: #003329;
display: flex;justify-content: space-around;
}
.img p{
font-size: 1.2em;
font-family: sans-serif;
font-weight: 200;
color: #fff;
}
#text{
position: absolute;font-size: 5em;
color: #fff;
text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}