pixels - gifs - backgrounds - carrds - code - cbox
<style> #whrrr { text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; font-style: bold; font-size: 3.5em; font-weight:bold; color: #ffffff; animation-name: whrrr; animation-duration: 2s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; } @keyframes whrrr { 0% { transform:scale(1) } 50% { transform:scale(1.1)} 100% { transform:scale(1) } </style>