Des1gnon Logo - Testing the Wave Pattern

Developer
Size
2,201 Kb
Views
10,120

How do I make an des1gnon logo - testing the wave pattern?

What is a des1gnon logo - testing the wave pattern? How do you make a des1gnon logo - testing the wave pattern? This script and codes were developed by Colm Hewson on 28 November 2022, Monday.

Des1gnon Logo - Testing the Wave Pattern Previews

Des1gnon Logo - Testing the Wave Pattern - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Des1gnon Logo - Testing the Wave Pattern</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="test-curve">
<svg viewbox="0 0 1024 512" xmlns="http://www.w3.org/2000/svg"> <path id="curve" d="M -704 256 L -704 256 A 160 160 0 0 0 -384 256 L -384 256 A 160 160 0 0 1 -64 256 L -64 256 A 160 160 0 0 0 256 256 L 256 256 A 160 160 0 0 1 576 256 L 576 256 L 576 512 L -704 512 Z " fill="blue"/>
</svg>
</div>
</body>
</html>

Des1gnon Logo - Testing the Wave Pattern - Script Codes CSS Codes

html, body { margin: 0; padding: 0;
}
body { display: flex; width: 100%; height: 100vh; justify-content: center; align-items: center; align-content: center;
}
.test-curve { flex: 0 0 1024px; height: 512px; background: red;
}
#curve { animation-name: slide; animation-duration: 10s; animation-timing-function: linear; animation-delay: 0s; animation-iteration-count: infinite; animation-direction: alternate;
}
@keyframes slide { from { transform: rotate(0deg) translateX(-1024px); } to { transform: rotate(0deg) translateX(1024px); }
}
Des1gnon Logo - Testing the Wave Pattern - Script Codes
Des1gnon Logo - Testing the Wave Pattern - Script Codes
Home Page Home
Developer Colm Hewson
Username legofsalmon
Uploaded November 28, 2022
Rating 3
Size 2,201 Kb
Views 10,120
Do you need developer help for Des1gnon Logo - Testing the Wave Pattern?

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!

Colm Hewson (legofsalmon) 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!