CSS Animation Direction – Reverse, Alternate and Reverse-Alternate .box { animation: pulsate_background 8s infinite; width:50px; height: 50px; margin-bottom:10px; } .reverse { animation-direction: reverse; } .alternate { animation-direction: alternate; } .alternate-reverse { animation-direction: alternate-reverse; } @keyframes pulsate_background { 0% { background-color:…
Let’s create our new React JS app. You’ll need NPM and Node JS installed on your system, please check out this tutorial first. Once your all set, Open your command prompt (start > type CMD). Next we’ll create our react app using…
.background { background-image: url(‘back.jpg’); background-size: cover; background-repeat: no-repeat; } See the Pen Untitled by Devtutorials4u (@devtutorial4u) on CodePen.