-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (44 loc) · 678 Bytes
/
style.css
File metadata and controls
51 lines (44 loc) · 678 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
51
/* body{
text-align: center !important;
}
p{
margin-top: 20px;
font-size: 30px;
}
input{
text-align: center;
}
.mssg{
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px;
}
body {
font-family: Arial, sans-serif;
text-align: center;
} */
.progress-section {
margin: 20px;
}
.cards {
display: flex;
justify-content: space-around;
margin: 20px;
}
.card {
border: 1px solid #ccc;
padding: 10px;
width: 30%;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
#contentDisplay p {
display: none;
cursor: pointer;
}
#contentDisplay p.show {
display: block;
}
#videoGallery img {
width: 100px;
cursor: pointer;
}