-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (40 loc) · 837 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (40 loc) · 837 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
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=PT+Sans+Narrow:wght@700&family=Poppins:wght@200&family=Roboto+Condensed:wght@300&family=Roboto+Slab:wght@300;800&family=Roboto:wght@300;500&display=swap');
* {
box-sizing: border-box;
}
body {
background: #fff;
font-family: 'Roboto Slab', serif;
}
.container {
max-width: 1200px;
width: 100%;
background-color: #f1f1f1;
margin: 0 auto;
text-align: center;
border-radius: 2%;
font-size: 15px;
}
.header-name {
position: relative;
}
.title {
font-size: 35px;
}
.header-img {
width: 200px;
height: 200px;
margin: 3px;
border-radius: 4%;
}
#tribute-info {
padding: 1rem;
}
#tribute-link {
text-decoration: none;
color: darkgrey;
border: solid 1px;
border-radius: 7px;
margin: 0 auto;
position: relative;
}