-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (39 loc) · 660 Bytes
/
style.css
File metadata and controls
45 lines (39 loc) · 660 Bytes
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
body {
background-color: rgb(17, 60, 17);
font-family: 'Inter', sans-serif;
color: white;
margin: 0 auto;
}
h1, h2 {
text-align: center;
}
p, ol {
width: 700px;
margin: 0 auto;
padding-bottom: 20px;
}
i {
font-size: 24px;
color: rgb(127, 188, 127);
padding: 5px;
}
.link {
color: rgb(127, 188, 127);
}
.bread {
width: 200px;
height: 200px;
margin: 0 auto;
padding: 20px;
object-fit: cover;
}
.circlePhoto {
width: 250px;
height: 250px;
border-radius: 50%;
object-fit: cover;
border: 3px solid white;
display: block;
margin: 0 auto;
margin-bottom: 20px;
}