-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (55 loc) · 862 Bytes
/
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
* {
margin: 0;
}
body {
font-family: 'Poppins', sans-serif;
background-color: rgb(255, 253, 249);
margin-bottom: 100px;
}
.main {
width: 60%;
margin: auto;
padding-top: 150px;
line-height: 2;
}
.bio {
color: rgb(22, 22, 22);
width: 70%;
display: inline-block;
}
.picture {
width: 30%;
display: inline-block;
vertical-align: top;
overflow-wrap: break-word;
}
.half {
width: 50%;
display: inline-block;
vertical-align: top;
overflow-wrap: break-word;
font-size: medium;
}
.paragraph {
margin-top: 15px;
font-size: medium;
padding-right: 20px;
}
.buttons {
margin-top: 20px;
}
h1 {
line-height: 1.5;
}
h2 {
font-weight: 600;
font-size: medium;
}
h3 {
font-weight: 500;
font-size: medium;
}
img {
padding-top: 75px;
width: 350px;
}