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

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