-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
49 lines (42 loc) · 881 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
body{
background: gray;
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
header{
margin: 125px auto auto;
}
header #logo{
margin: auto;
height: 245px; width: 245px;
background-image: url('woman.png');
background-size: contain;
background-repeat: no-repeat;
}
#lists {
background-color: #a7a7a7;
width: fit-content;
margin: auto auto 100px auto;
}
h1 {
margin: 15px;
text-align: center;
font-size: 3em;
}
h2 {
text-align: center;
color: black;
font-size: 1.5em;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 10px;
}
ul {
list-style: none;
padding: 20px;
text-align: center;
}
ul ol {
text-align: left;
padding: 15px;
list-style: lower-roman;
}