Paying to get my profile picture with a color changing backround. Add me on discord if you can, Drew#9999
Sorta like this first one:
Budget $5
Sorta like this first one:
Budget $5
Last edited:
what is itDrewZ Add me on discord cord
#colorBox {
width: 100px;
height: 100px;
background-color: red;
animation-name: colors;
animation-duration: 5s;
animation-iteration-count: infinite;
}
@keyframes colors {
0% {background-color:red;}
25% {background-color:yellow;}
50% {background-color:blue;}
75% {background-color:green;}
100% {background-color:red;}
}
<div id="colorBox">
</div>
gimmie 2 days to process that and I think I can do itUse Gyazo Chrome Extention and just make it with CSS animations (You can select an element with Gyazo)
Code:#colorBox { width: 100px; height: 100px; background-color: red; animation-name: colors; animation-duration: 5s; animation-iteration-count: infinite; } @keyframes colors { 0% {background-color:red;} 25% {background-color:yellow;} 50% {background-color:blue;} 75% {background-color:green;} 100% {background-color:red;} }Code:<div id="colorBox"> </div>
Here you go smartie - https://codepen.io/anon/pen/ZrVeaogimmie 2 days to process that and I think I can do it
thanks give me 26 hours to process.Here you go smartie - https://codepen.io/anon/pen/ZrVeao
