CityPlanner Logo Loading Animation 2017

Developer
Size
2,589 Kb
Views
28,336

How do I make an cityplanner logo loading animation 2017?

What is a cityplanner logo loading animation 2017? How do you make a cityplanner logo loading animation 2017? This script and codes were developed by SNÖGRAFX on 29 November 2022, Tuesday.

CityPlanner Logo Loading Animation 2017 Previews

CityPlanner Logo Loading Animation 2017 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CityPlanner Logo Loading Animation 2017</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="flex-fix"> <div class="flex-parent"> <div class="flex-child"> <div class="loading-spinner"></div> <div class="loading-logo"></div> </div> </div>
</div>
</body>
</html>

CityPlanner Logo Loading Animation 2017 - Script Codes CSS Codes

* { box-sizing: border-box;
}
.flex-parent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;
}
.flex-child { padding: 1em; min-height: 100vh; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}
.loading-spinner { border-radius: 50%; width: 180px; height: 180px; border: 2px solid rgba(13, 176, 43, 0.2); border-top-color: #0db02b; -webkit-animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6); animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
}
@-webkit-keyframes rotation { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotation { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.loading-logo { background: transparent url("https://cityplanneronline.com/site/wp-content/uploads/2017/01/[email protected]"); background-size: 95px 95px; height: 95px; width: 95px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
}
CityPlanner Logo Loading Animation 2017 - Script Codes
CityPlanner Logo Loading Animation 2017 - Script Codes
Home Page Home
Developer SNÖGRAFX
Username snografx
Uploaded November 29, 2022
Rating 3
Size 2,589 Kb
Views 28,336
Do you need developer help for CityPlanner Logo Loading Animation 2017?

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!

SNÖGRAFX (snografx) Script Codes
Create amazing blog posts 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!