Logo

Developer
Size
2,115 Kb
Views
14,168

How do I make an logo?

What is a logo? How do you make a logo? This script and codes were developed by Anthony P on 05 October 2022, Wednesday.

Logo Previews

Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Logo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="logo"> <div class="top-message"></div> <div class="bottom-message"></div>
</div>
</body>
</html>

Logo - Script Codes CSS Codes

body { background-color: #efefef;
}
.logo { width: 100px; text-align: center; margin: 50px auto; background-color: #26A69A; padding: 30px; border-radius: 50%;
}
.logo .top-message, .logo .bottom-message { height: 30px; width: 90px; margin-left: 5px; background-color: #fff; border-radius: 5px; position: relative;
}
.logo .top-message:after, .logo .bottom-message:after { content: ''; position: absolute; left: 7px; top: 13px; width: 0; height: 0; border-left: 0px solid transparent; border-right: 80px solid transparent; border-top: 30px solid #fff; clear: both; -webkit-transform: rotate(160deg);
}
.logo .bottom-message { margin-top: 35px; -webkit-transform: rotate(180deg);
}
Logo - Script Codes
Logo - Script Codes
Home Page Home
Developer Anthony P
Username apolakos
Uploaded October 05, 2022
Rating 3
Size 2,115 Kb
Views 14,168
Do you need developer help for 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!

Anthony P (apolakos) Script Codes
Create amazing video scripts 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!