-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
85 lines (67 loc) · 1 KB
/
style.css
File metadata and controls
85 lines (67 loc) · 1 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
82
83
84
85
*
{
margin:0;
padding: 0;
}
body
{
background-color:#e5e5fd;
}
.container-1 img
{
padding-top: 50px;
border-radius: 180px 340px;
position: relative;
left: 250px;
}
.container-1 h1
{
position: relative;
left: 500px;
bottom: 100px;
font-size: 3rem;
}
.container-1 h2
{
font-size: 3rem;
position: relative;
left: 250px;
bottom: 40px;
}
.container-2 p
{
font-size: 1.2rem;
line-height: 1.7rem;
font-style: normal;
padding: 10px 180px;
margin-left: 80px;
}
.container-1 h5
{
position: relative;
left: 840px;
bottom: 100px;
font-size: 1.2rem;
}
.biography
{
padding: 5px 270px;
}
.biography h2
{
margin-right: 20px;
position: relative;
right: 28px;
top: 24px;
}
.biography ul
{
padding: 30px;
font-size: 1.3rem;
line-height: 2rem;
}
footer
{
margin-left: 900px;
padding: 20px 20px;
}