METU CSS3 Logo

Size
2,504 Kb
Views
80,960

How do I make an metu css3 logo?

Middle East Technical University logo in pure CSS3. What is a metu css3 logo? How do you make a metu css3 logo? This script and codes were developed by Rıza Selçuk Saydam on 02 August 2022, Tuesday.

METU CSS3 Logo Previews

METU CSS3 Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>METU CSS3 Logo</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ /* Primary Color #c00000 */
body
{ padding-top:20px;
}
.odtu
{ background-color:#c00000; width:370px; height:370px; display:block; margin:0 auto; position:relative; border-radius:185px;
}
.odtu:before,
.odtu:after
{ content: ""; position:absolute; display:block;
}
.odtu:before
{ background-color:#fff; border:4px solid #c00000; top:0; right:-80px; width:360px; height:360px; border-radius:180px;
}
.odtu:after
{ width: 0; height: 0; border-left: 180px solid transparent; border-top: 180px solid #c00000; border-left: 180px solid #c00000; border-bottom: 180px solid #c00000; border-top-left-radius: 0; border-top-right-radius: 180px; border-bottom-left-radius: 0; border-bottom-right-radius: 180px; top:5px; right:-35px;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='odtu'></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

METU CSS3 Logo - Script Codes CSS Codes

/* Primary Color #c00000 */
body
{ padding-top:20px;
}
.odtu
{ background-color:#c00000; width:370px; height:370px; display:block; margin:0 auto; position:relative; border-radius:185px;
}
.odtu:before,
.odtu:after
{ content: ""; position:absolute; display:block;
}
.odtu:before
{ background-color:#fff; border:4px solid #c00000; top:0; right:-80px; width:360px; height:360px; border-radius:180px;
}
.odtu:after
{ width: 0; height: 0; border-left: 180px solid transparent; border-top: 180px solid #c00000; border-left: 180px solid #c00000; border-bottom: 180px solid #c00000; border-top-left-radius: 0; border-top-right-radius: 180px; border-bottom-left-radius: 0; border-bottom-right-radius: 180px; top:5px; right:-35px;
}

METU CSS3 Logo - Script Codes JS Codes

/* Wikipedia link: https://en.wikipedia.org/wiki/Middle_East_Technical_University
Don't forget: still working on it.
*/
METU CSS3 Logo - Script Codes
METU CSS3 Logo - Script Codes
Home Page Home
Developer Rıza Selçuk Saydam
Username rss
Uploaded August 02, 2022
Rating 3
Size 2,504 Kb
Views 80,960
Do you need developer help for METU CSS3 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!

Rıza Selçuk Saydam (rss) Script Codes
Create amazing SEO content 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!