VW Logo

Developer
Size
2,212 Kb
Views
46,552

How do I make an vw logo?

What is a vw logo? How do you make a vw logo? This script and codes were developed by Ali Klein on 11 July 2022, Monday.

VW Logo Previews

VW Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>VW Logo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="logo-wrapper"> <div id="circle"> <div id="inner-circle"> <div id="left-v"> </div> <div id="right-v"> </div> <div id="bottom-v"> </div> <div id="left-w"> </div> <div id="right-w"> </div> <div id="inner-left-w"> </div> <div id="inner-right-w"> </div> <div id="top-w"> </div> </div> </div>
</div>
</body>
</html>

VW Logo - Script Codes CSS Codes

#logo-wrapper { width: 300px; height: 300px; margin: auto;
}
#logo-wrapper #circle { width: 100%; height: 100%; border: 10px solid #092057; border-radius: 100%;
}
#logo-wrapper #circle #inner-circle { position: relative; background-color: #092057; height: 85%; width: 85%; border-radius: 100%; margin: 7.5% auto;
}
#logo-wrapper #circle #inner-circle #left-v { position: absolute; height: 125px; top: 0; left: 80px; border-left: 35px solid white; -webkit-transform: rotate(-20deg); transform: rotate(-20deg);
}
#logo-wrapper #circle #inner-circle #right-v { position: absolute; height: 125px; top: 0; left: 135px; border-left: 35px solid white; -webkit-transform: rotate(20deg); transform: rotate(20deg);
}
#logo-wrapper #circle #inner-circle #bottom-v { position: absolute; width: 44px; top: 92px; left: 103px; border-bottom: 35px solid white;
}
#logo-wrapper #circle #inner-circle #left-w { position: absolute; height: 220px; top: 45px; left: 31px; border-left: 35px solid white; -webkit-transform: rotate(-20deg); transform: rotate(-20deg);
}
#logo-wrapper #circle #inner-circle #right-w { position: absolute; height: 220px; top: 45px; left: 188px; border-left: 35px solid white; -webkit-transform: rotate(20deg); transform: rotate(20deg);
}
#logo-wrapper #circle #inner-circle #inner-left-w { position: absolute; height: 125px; top: 145px; left: 135px; border-left: 35px solid white; -webkit-transform: rotate(-20deg); transform: rotate(-20deg);
}
#logo-wrapper #circle #inner-circle #inner-right-w { position: absolute; height: 125px; top: 145px; left: 82px; border-left: 35px solid white; -webkit-transform: rotate(20deg); transform: rotate(20deg);
}
#logo-wrapper #circle #inner-circle #top-w { position: absolute; width: 42px; top: 143px; left: 105px; border-bottom: 35px solid white;
}
VW Logo - Script Codes
VW Logo - Script Codes
Home Page Home
Developer Ali Klein
Username AliKlein
Uploaded July 11, 2022
Rating 3
Size 2,212 Kb
Views 46,552
Do you need developer help for VW 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!

Ali Klein (AliKlein) 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!