CSS3 Simple Moving Background

Size
1,910 Kb
Views
34,408

How do I make an css3 simple moving background?

I used Animation property to change background color & position within 4 seconds.. What is a css3 simple moving background? How do you make a css3 simple moving background? This script and codes were developed by Stathis Nikolaidis on 30 August 2022, Tuesday.

CSS3 Simple Moving Background Previews

CSS3 Simple Moving Background - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS3 Simple Moving Background</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <script src="js/index.js"></script>
</body>
</html>

CSS3 Simple Moving Background - Script Codes CSS Codes

body{ background-color:#000; background:url(http://stathis-nikolaidis.com/images/bg3.png) bottom #000; -webkit-animation: myfirst 4s infinite alternate; /* Chrome, Safari, Opera */ -moz-animation: myfirst 4s infinite alternate;/* Mozilla 5.0 */ -o-animation: myfirst 4s infinite alternate;/* Opera 12.0 */ animation: myfirst 4s infinite alternate;
}
/* Standard syntax */
@keyframes myfirst { 0% {background-color:#000;} 100% {background-color:#fdd42f;background-position: top;}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst { 0% {background-color:#000;} 100% {background-color:#fdd42f;background-position: top;}
}
/* Mozilla 5.0 */
@-moz-keyframes myfirst { 0% {background-color:#000;} 100% {background-color:#fdd42f;background-position: top;}
}
/* Opera 12.0 */
@-o-keyframes myfirst { 0% {background-color:#000;} 100% {background-color:#fdd42f;background-position: top;}
}

CSS3 Simple Moving Background - Script Codes JS Codes

/*
Moving Background
I needed a moving background for my personal website (stathis-nikolaidis.com) and my blog, so i coded this by using css3 animation property!
For more chech out blog.stathis-nikolaidis.com
*/
CSS3 Simple Moving Background - Script Codes
CSS3 Simple Moving Background - Script Codes
Home Page Home
Developer Stathis Nikolaidis
Username stathisnikolaidis
Uploaded August 30, 2022
Rating 3
Size 1,910 Kb
Views 34,408
Do you need developer help for CSS3 Simple Moving Background?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Stathis Nikolaidis (stathisnikolaidis) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!