21 lines
288 B
CSS
21 lines
288 B
CSS
img {
|
|
transition:transform 0.25s ease;
|
|
}
|
|
|
|
img:hover {
|
|
-webkit-transform:scale(1.5);
|
|
transform:scale(1.5);
|
|
}
|
|
|
|
.titletext {
|
|
font-size: calc(10px + 0.9vw);
|
|
}
|
|
|
|
.cameratext {
|
|
font-size: calc(10px + 0.9vw);
|
|
}
|
|
|
|
.infobox{
|
|
margin:0 !important;
|
|
padding:0 !important;
|
|
} |