-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.css
More file actions
54 lines (49 loc) · 727 Bytes
/
gallery.css
File metadata and controls
54 lines (49 loc) · 727 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
52
53
54
body{
margin-top:80px;
margin-bottom:60px;
}
h1{
text-align:center;
font-size:50px;
font-family:Times New Roman;
margin-top:-20px;
background:white;
}
h1{
text-align:center;
font-size:50px;
font-family:Times New Roman;
margin-top:-20px;
background:white;
}
h2,h3,h4,h5,h6{
text-align:center;
}
img{
width:auto;
height:auto;
max-width:100%;
min-width:100%;
box-shadow:2px 2px 9px black;
border-radius:5%;
margin-bottom:30px;
transition:0.5s;
}
img:hover{
background:rgba(0,0,0,0.4);
}
img:hover{
max-width:100%;
min-width:100%;
width:auto;
height:auto;
}
video{
width:100%;
height:40%;
margin-top:30px;
border-radius:20px;
}
figcaption{
text-align: center;
}