— 2 KudosPinned
art space π₯ (8/10/23)
Category: Art and Photography
@import url('https://fonts.googleapis.com/css2?family=Martian+Mono&display=swap'); body{ font-family: 'martian mono', cursive; font-size: 80%; } img{ filter: sepia(0) saturate(100%); } img:hover{ filter: sepia(0) saturate(100%) blur(1px); animation: shake 1s; animation-iteration-count: infinite; } @keyframes shake{ 0% {transform: translate(1px, 1px) rotate(0deg);} 10% { » Continue Reading