Animated Logo

Developer
Size
2,672 Kb
Views
26,312

How do I make an animated logo?

Just trying to animate my logo.. What is a animated logo? How do you make a animated logo? This script and codes were developed by Shak Daniel on 24 September 2022, Saturday.

Animated Logo Previews

Animated Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Animated Logo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="logo"> <h1>CDNYC</h1>
</div> <script src="js/index.js"></script>
</body>
</html>

Animated Logo - Script Codes CSS Codes

@import url("https://fonts.googleapis.com/css?family=Roboto:100");
html,
body { width: 100%; height: 100%; overflow: hidden;
}
html { background: #222;
}
.logo { position: relative; width: 300px; height: 300px; margin: 100px auto; text-align: center; -webkit-animation: animate 3s infinite ease; animation: animate 3s infinite ease;
}
.logo:before,
.logo:after { position: absolute; content: ''; width: 200px; height: 200px; top: 50px; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: rgba(0,155,255,0.05); z-index: 0; box-shadow: 0 0 0 1px #fff, 0 0 10px 1px #008080, inset 0 0 10px 1px #008080;
}
.logo:before { left: 35px;
}
.logo:after { right: 35px;
}
.logo h1 { z-index: 100; line-height: 300px; font-family: Roboto, Sans-Serif; letter-spacing: 5px; font-size: 40px; color: #fff; text-shadow: 0 0 6px #0ff;
}
@-webkit-keyframes animate { 0% { width: 300px; } 50% { width: 240px; }
}
@keyframes animate { 0% { width: 300px; } 50% { width: 240px; }
}

Animated Logo - Script Codes JS Codes

/********************************
https://twitter.com/Shak_Dizzle
http://instagram.com/shak_dizzle
http://dribbble.com/shakdaniel
********************************/
Animated Logo - Script Codes
Animated Logo - Script Codes
Home Page Home
Developer Shak Daniel
Username shakdaniel
Uploaded September 24, 2022
Rating 3.5
Size 2,672 Kb
Views 26,312
Do you need developer help for Animated Logo?

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!

Shak Daniel (shakdaniel) 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!