<h1 class="italic">We make awesome <span class="themecolor">wordpress</span> <span class="ccthemplug">themes</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 */
   50% { content: "plugins"; } /* 2 - 4s */

}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.