-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.css
53 lines (49 loc) · 1.15 KB
/
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
51
52
53
.container {
height: 800px;
width: 100%;
background-image: url("oooo.jpg");
background-size: cover;
}
#content {
margin-top: -2%;
}
#image-container img {
width: 100%;
height: auto;
display: block;
}
.centered-text {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
position: absolute;
top: 28%;
left: 50%;
transform: translate(-50%, -50%);
color:rgb(0, 0, 0);
font-size: 80px;
padding: 10px;
}
.centered-text3 {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
position: absolute;
top: 38%;
left: 50%;
transform: translate(-50%, -50%);
color:rgb(4, 8, 61);
font-size: 30px;
padding: 10px;
}
.resourcelist {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
background-color: #005068;
color: lightblue;
padding: 10px;
border-radius: 0;
text-align: left;
font-size: larger;
}
.minititle {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 2rem;
color:black;
padding: 10 px;
}