@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); }