Matt Goad Artspace Logo

Developer
Size
2,758 Kb
Views
14,168

How do I make an matt goad artspace logo?

Saw this logo in an article (https://www.logolounge.com/articles/2016-logo-trends) and thought I could make it with a CSS mixin. This allows you to apply a simple class to a single Div or other element, and adjust the size and background color.. What is a matt goad artspace logo? How do you make a matt goad artspace logo? This script and codes were developed by Daniel Ilse on 01 November 2022, Tuesday.

Matt Goad Artspace Logo Previews

Matt Goad Artspace Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Matt Goad Artspace Logo</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <!-- Div for display purposes -->
<div class="logo">Matt Goad Artspace Logo</div>
<!-- <a> for linkable uses -->
<a href="#" class="logo">Matt Goad Artspace Logo</a>
<!-- Even works on <span> -->
<span href="#" class="logo">Matt Goad Artspace Logo</span>
</body>
</html>

Matt Goad Artspace Logo - Script Codes CSS Codes

body { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; padding: 10%; background: white; box-sizing: border-box;
}
.logo { position: relative; display: block; width: 0; height: 0; margin: 137.5px; box-shadow: 0 0 0 104.125px white, -62.5px -62.5px 0 62.5px #00aeef, 62.5px -62.5px 0 62.5px #ee3026, -62.5px 62.5px 0 62.5px #fad615, 62.5px 62.5px 0 62.5px #2bb673;
}
.logo:before, .logo:after { content: ""; position: absolute;
}
.logo:before { top: -88.4375px; left: -88.4375px; display: block; width: 177px; height: 177px; background: white; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 99;
}
.logo:after { top: -125px; left: -125px; width: 250px; height: 250px; background: transparent; z-index: 99;
}
Matt Goad Artspace Logo - Script Codes
Matt Goad Artspace Logo - Script Codes
Home Page Home
Developer Daniel Ilse
Username dantilse
Uploaded November 01, 2022
Rating 3
Size 2,758 Kb
Views 14,168
Do you need developer help for Matt Goad Artspace 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!

Daniel Ilse (dantilse) Script Codes
Create amazing marketing copy 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!