You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
282 B

#image_big {
position: absolute;
height: 80vh;
width: 75vw;
top: 12vh;
left: 5vw;
}
#big_image_caption {
font-size: 1.25em;
text-align:center;
position: absolute;
bottom: 1vh;
width: 95vw;
}
figcaption {
color:black;
}