-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
35 lines (30 loc) · 709 Bytes
/
main.css
File metadata and controls
35 lines (30 loc) · 709 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
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
#body {
font-family: 'Roboto', sans-serif;
/* background-color: rgb(255, 0, 0, 0.9); */
background-color: #5247e7e6;
}
.article--header h2 {
font-family: 'Roboto', sans-serif;
font-size: 25px;
text-align: center;
color: #f8f8f3;
}
.article {
font-family: 'Roboto', sans-serif;
margin: 10px;
font-size: 20px;
}
.article--headline p {
font-family: 'Roboto', sans-serif;
text-align: center;
color: #f8f8f3;
font-size: 20px;
}
.highlight--piece--of--code {
font-size: 20px;
background-color: #08090a;
color: #f8f8f3;
border-radius: 5px;
overflow-x: auto;
}