-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (39 loc) · 666 Bytes
/
style.css
File metadata and controls
45 lines (39 loc) · 666 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
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
h1{
color: orange;
background-color: black;
font-family: "Roboto";
padding: .75em .75em .75em .75em;
}
a {
color: orange;
}
body{
font-family: "Roboto";
}
img{
height: 100%;
width: 100%;
object-fit: cover;
}
.thumbnail{
height: 200px;
width: 200px;
float: left;
margin-right: 15px;
}
.sidebar{
display: inline-block;
}
.footer-text {
color: white;
text-align: center;
}
.yoursite-orange {
color: orange;
}
.footer-bar {
background-color: black;
font-family: "Roboto";
padding: .75em .75em .75em .75em;
}