-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (43 loc) · 775 Bytes
/
Copy pathstyle.css
File metadata and controls
51 lines (43 loc) · 775 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
46
47
48
49
50
51
html {
scrollbar-width: none;
background: linear-gradient(to right, #b89900 0%,#ffc003 4%,#ffd667 100%);
}
header{
text-align: center;
font-style: italic
}
main {
text-align: center;
overflow: auto;
width: 800px;
padding-left: 300px;
padding-right: 300px;
}
div#cheese img{
height: 75px;
width: 100px;
display: block;
border-radius: 20px;
float: left;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 125px;
}
.wrapper {
margin: 0 auto;
width: 1000px;
font-family: Arial, sans-serif;
}
div#about img {
border-radius: 25px;
}
footer {
margin-top: auto;
position: fixed;
bottom: 0;
}
nav {
text-align: center;
word-spacing: 100px;
user-select: none;
}