Build anything
Build Project Quickly which you want, earnestly.
Learning to program is like learning a new language; it
opens up a world
of endless possibilities,
where you can create, innovate, and solve problems with just your imagination and a
few lines of code.
Download Code
Project title : Loading Page with black and gray double
A loading page featuring a black and gray double animation provides a sleek and modern visual experience for users while.... Read more
Uploaded: 2024-05-27 14:12:46
Technology uses
Sandeep Kumar
Discription of Loading Page with black and gray double
A loading page featuring a black and gray double animation provides a sleek and modern visual experience for users while content is loading. This type of animation utilizes a combination of black and gray elements to create a sophisticated and professional appearance.
Steps to run the project on your system.
Without Download project file you can build, by Copy the below code.
All code for this project
All code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Loading page</title> <style> @keyframes rotateAnimation { from { transform: rotate(0deg); /* Start rotation from 0 degrees */ } to { transform: rotate(360deg); /* End rotation at 360 degrees */ } } body{ margin:0px; padding:0px; width:100%; height:100vh; display: flex; justify-content: center; align-items: center; background-color: rgb(255, 255, 255); } .loading { width:100px; height:100px; border-radius:50%; border:30px double; border-color: white; border-bottom-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-left-color: rgb(70, 70, 70); border-right-color: rgb(78, 78, 78); animation: rotateAnimation 4s linear infinite; } </style> </head> <body> <div class="loading"> </div> </body> </html>
Recent Uploaded
The webpage is being loaded, displaying the letter name against a backdrop of a crisp white background.providing ample i .......
$0
free
download
The webpage is being loaded with the website name displayed in bold letters against a sleek black background.providing i .......
$0
free
download
he webpage is being loaded with a prominent letter 'S' displayed against a sleek black background. The contrast between .......
$0
free
download