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

15 lines
272 B
CSS

5 years ago
@font-face {
font-family: BLKCHCRY;
src: url("fonts/BLKCHCRY.TTF");
5 years ago
}
img {
box-shadow: 10px 10px 10px lightslategray;
transition: transform 250ms ease-in-out;
5 years ago
}
img.rotated {
transform: rotate(90deg);
5 years ago
}
img.rotated.scaledup {
transform: rotate(90deg) scale(1.5);
}