-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.css
50 lines (44 loc) · 889 Bytes
/
resources.css
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
body {
background-image: url("https://images.everydayhealth.com/images/everything-you-need-know-about-fitness-1440x810.jpg");
background-size: cover;
margin: 0;
padding: 0;
}
h1.heading {
text-align: center;
background-color: aliceblue;
width: 300px;
border-radius: 30px;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 40
}
button.homeRed {
float: right;
width: 60px;
height: 60px;
}
p.resourcesText {
background-color: rgba(99, 98, 98, 0.8);
width: 800px;
text-align: center;
margin: 0 auto;
padding: 20px;
border-radius: 30px;
font-size: 20px;
border-style: solid;
border-width: medium;
}
p.resourcesText a {
color: white;
}
.source-code-pro-font {
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-weight: 250;
font-style: normal;
}