<h1 class="italic">We make awesome <span class="themecolor">wordpress</span> <span class="ccthemplug"><span>themes</span></span></h1>
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

.italic {
  font-style: italic;
}

h1 {
  font-size: 4em;
  font-family: Lato;
}


.ccthemplug {
  color:#26292C;
}
.ccthemplug:after {
  content:"";
  animation: ccthemplug 4s linear infinite;
}
@keyframes ccthemplug {
    0% { content: "themes"; } /* 0 - 2s */
   100% { content: "plugins"; } 
}
.ccthemplug span{
  left:-999em;
    animation: ccthemplug2 0s  forwards;
}
@keyframes ccthemplug2 {
   100% { position:absolute }
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.