-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (45 loc) · 705 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (45 loc) · 705 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
body {
margin: 0px;
background: #ebeff3;
font-family: "Google Sans";
}
header,#viewSection {
background: #5bb4f3;
color: white;
text-align: center;
}
main {
zoom: 170%;
text-align: center;
}
a {
color: white;
}
img {
border-radius: 10px;
}
video {
height: 200px;
border-radius: 10px;
}
section {
background: white;
text-align: center;
}
button {
width: 200px;
height: 40px;
border-radius: 10px;
background: black;
color: white;
border: 0ch;
}
footer {
background: #2e2f2f;
color: white;
height: 200px;
}
#Q1,#Q2,#Q3 {
background: #5bb4f3;
color: white;
}