.dunya
.logo Logo Buraya
View Compiled
body
  display: flex
  align-items: center
  justify-content: center
  flex-direction: column
  height: 100vh
  
.dunya
  width: 150px
  height: 150px
  background: url(https://1.bp.blogspot.com/-UUXaK5GCj-k/UcsKJRMgkVI/AAAAAAAACfM/sePP_H08JTQ/s1600/1.jpg)
  border-radius: 100%
  background-size: 380px
  animation: spin 3.5s infinite linear
  
.logo
  margin-top: 15px
  color: #51609B
  font-weight: bold
  
@keyframes spin
  0%
    background-position-x: 0
  100%
    background-position-x: 380px
View Compiled
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.