Skip to content

Instantly share code, notes, and snippets.

@stefanpejcic
Created May 3, 2020 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanpejcic/6c3fd35ec09bbc1db5ab55544449d67f to your computer and use it in GitHub Desktop.
Save stefanpejcic/6c3fd35ec09bbc1db5ab55544449d67f to your computer and use it in GitHub Desktop.
/* SMenjanje boje */
@keyframes pozadina {
0% {background-color: black;}
25% {background-color: green;}
50% {background-color: blue;}
75% {background-color: red;}
100% {background-color: black;}
}
.elementor-element-b8f76ed .elementor-element-109b3a8{
background-color: black;
animation-name: pozadina;
animation-duration: 30s;
animation-iteration-count: infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment