-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (67 loc) · 1.25 KB
/
style.css
File metadata and controls
81 lines (67 loc) · 1.25 KB
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
72
73
74
75
76
77
78
79
80
81
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
background-color: #F8D8F9;
min-height: 100vh;
width: 160vh;
border:20px solid black ;
align-items: center;
justify-content: center;
}
.content{
max-width: 900px;
margin: 0;
}
.image, img{
width: 300px;
height: 320px;
border-radius: 20%;
margin left: 150px;
}
.top_section{
margin: 100px;
margin-bottom: 60px;
display: flex;
justify-content: space-between;
align-items: flex-end;
}
.top_section h1{
font-size: 40px;
font-weight: bold;
color: black;
}
.top_section h4{
text-align: center;
font-size: 20px;
}
.about{
margin-left: 80px;
}.about h2{
font-size: 50px;
font-weight: bold;
margin-bottom: 20px;
}
.about p{
font-size: 20px;
line-height: 30px;
letter-spacing: 1.2px;
}.biography{
margin-left: 80px;
font-size: 15px;
line-height: 30px;
letter-spacing: 1.2px;
margin-top: 30px;
}.biography ul{
margin-left: 50px;
font-size: 20px;
margin-bottom: 30px;
}.biography h2{
margin-bottom: 20px;
}
footer{
text-align: end;
margin-right: 0;
}