-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
50 lines (42 loc) · 730 Bytes
/
styles.css
File metadata and controls
50 lines (42 loc) · 730 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
46
47
48
49
50
body{
background-image: url("static/_MG_8812.jpg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
nav {
font-family: 'Stencil Std';
font-size: large;
font-weight: bold;
}
.card {
margin: 3%;
}
img {
padding-top: 5%;
width: min-content;
height: 275px;
}
h2 {
font-family: 'Stencil Std';
font-size: large;
text-align: center;
}
iframe {
margin-top: 10%;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 10%;
width: 80%;
height: 600px;
}
p {
font-family: 'Stencil Std';
font-size: medium;
text-align: center;
}
h5 {
font-family: 'Stencil Std';
font-weight: bold;
text-align: center;
}