Edit in JSFiddle


              
<center><img src="https://lh3.googleusercontent.com/-K9qZDjQcS6k/Ve8w2ncecEI/AAAAAAAAAcQ/Emo1e1Va0UU/w140-h32-p/elsaviara%2Blogo.png" alt="Logo Elsa Viara Blog" /></center>
body{background-color:#ecf0f1}
img{
margin:auto;
width:200px;
height:50px;
position:relative;
border:2px solid #95a5a6;
}
img{animation:joged 10s;-webkit-animation:joged 15s}@keyframes joged{0%{background-color:#d35400;transform:skew(20deg,20deg)}
50%{background-color:#3498db} 100%{background-color:#8e44ad;}}@-webkit-keyframes joged{0%{background-color:#e74c3c;transform:skew(20deg,20deg)}
25%{background-color:#3498db}100%{background-color:#1abc9c;}}
img{position:center;}