-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
69 lines (52 loc) · 1.16 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
*{
font-family: 'Inter','Poppins', sans-serif;
box-sizing: border-box;
}
.container{
background-color: #E5E5FD;
max-width: 1044px;
border: 20px solid #1D1E4C;
padding: 113px 97px 10px 97px;
margin:auto;
}
body{
}
.header{
display: flex;
justify-content: space-between;
}
#apj{
display: flex;
flex-direction: column;
position: relative;
top: 247px;
right: 17px;
}
#name{
font-size: 49px;
font-weight: 500;
}
#dob{
position:relative;
bottom:12%;
left: 75%;
font-size: 24px;
font-weight: 500;
}
#missile{
font-size: 72px;
font-weight:400;
text-shadow: 1px 1px 4px;
line-height: 62px;
}
#biographies{
font-size: 26px;
font-weight: 500;
margin-top: 65px;
}
.footer{
position: relative;
left: 55%;
margin-top: 12%;
}