Triangular logo, scales to font size

Developer
Size
2,530 Kb
Views
14,168

How do I make an triangular logo, scales to font size?

What is a triangular logo, scales to font size? How do you make a triangular logo, scales to font size? This script and codes were developed by Jesper Hills on 13 October 2022, Thursday.

Triangular logo, scales to font size Previews

Triangular logo, scales to font size - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Triangular logo, scales to font size</title> <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! */ body { font-size: 400%;
}
.logo, .logo:after, .logo:before { content: ""; position: absolute; width: 0; height: 0; border-width: 1em 0 1em 2em; border-style: solid;
}
.logo { left: 50%; top: 50%; border-color: transparent #2389c7;
}
.logo:before { left: -3.25em; top: -1em; border-color: transparent rgba(235, 34, 128, 0.7);
}
.logo:after { left: -2.75em; top: -2em; border-color: transparent rgba(238, 219, 0, 0.7);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <!-- Single-element scaleable logo pegged to font size
-->
<span class="logo"></span> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Triangular logo, scales to font size - Script Codes CSS Codes

body { font-size: 400%;
}
.logo, .logo:after, .logo:before { content: ""; position: absolute; width: 0; height: 0; border-width: 1em 0 1em 2em; border-style: solid;
}
.logo { left: 50%; top: 50%; border-color: transparent #2389c7;
}
.logo:before { left: -3.25em; top: -1em; border-color: transparent rgba(235, 34, 128, 0.7);
}
.logo:after { left: -2.75em; top: -2em; border-color: transparent rgba(238, 219, 0, 0.7);
}

Triangular logo, scales to font size - Script Codes JS Codes

/* Proposed rebrand logo for the agency I work for
*/
Triangular logo, scales to font size - Script Codes
Triangular logo, scales to font size - Script Codes
Home Page Home
Developer Jesper Hills
Username nopr
Uploaded October 13, 2022
Rating 3.5
Size 2,530 Kb
Views 14,168
Do you need developer help for Triangular logo, scales to font size?

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!

Jesper Hills (nopr) Script Codes
Create amazing sales emails 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!