-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
39 lines (30 loc) · 812 Bytes
/
styles.css
File metadata and controls
39 lines (30 loc) · 812 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
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@600&family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@600&family=Raleway:wght@700&display=swap');
body {
background-image: linear-gradient(135deg, #DAE6E921, white);
font-family: 'Raleway', Sans-Serif;
font-size: 20px;
}
table {
table-layout: fixed;
width: 100%;
}
p {font-family: 'Raleway';}
h1 {
font-size: 42px;
font-family: 'Raleway';
font-weight: bold;
}
h3 {
font-size: 26px;
font-family: 'Raleway';
font-weight: normal;
}
.bgimg {
background-image: url('Images/Logos_Icons/pstat_logo_50p_transp.svg');
background-repeat: no-repeat;
}
.bgimg2 {
background-image: url('Images/Logos_Icons/hex2.svg');
background-repeat: no-repeat;
}