ASCII triangle image overlay

Developer
Size
2,200 Kb
Views
46,552

How do I make an ascii triangle image overlay?

Triangles via border hacks can suck it.. What is a ascii triangle image overlay? How do you make a ascii triangle image overlay? This script and codes were developed by Mitch Pruitt on 08 November 2022, Tuesday.

ASCII triangle image overlay Previews

ASCII triangle image overlay - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>ASCII triangle image overlay</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <body> <div class="post"> <span class="fontawesome-camera icon"></span> <span class="ascii-triangle">&#9701;</span> <img src="https://25.media.tumblr.com/9cfa8a5308910c3c61b29fac74105270/tumblr_mnvb1l9f7v1rs8b7ao1_500.gif" /> </div>
<!-- <div class="post"> <span class="fontawesome-quote-right icon"></span> <span class="ascii-triangle">&#9701;</span> <p class="quote">Reality is that which, when you stop believing in it, doesn't go away.</p> <p class="author">Philip K. Dick</p> <p class="source">"I Hope I Shall Arrive Soon"</p> </div>--> <div class="post"> <span class="fontawesome-film icon"></span> <span class="ascii-triangle">&#9701;</span> <iframe src="https://player.vimeo.com/video/69949278?portrait=0&amp;color=ffffff" width="480" height="270" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div>
</body>
</body>
</html>

ASCII triangle image overlay - Script Codes CSS Codes

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
[class*="fontawesome-"]:before { font-family: 'FontAwesome', sans-serif;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
body { background-image: url(https://subtlepatterns.com/patterns/diamond_upholstery.png);
}
img, iframe { display: block; border-radius: 6px;
}
.post { position: relative; margin: 20px auto; width: 480px; height: 270px; border-radius: 6px; overflow: hidden;
}
.post:hover { -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.3); -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.3); box-shadow: 1px 2px 2px 1px rgba(0,0,0,.3);
}
.icon { color: rgba(255,255,255,.5); font-size: 20px; position: absolute; top: 0; right: 0; margin: 11px; z-index: 1;
}
.ascii-triangle { position: absolute; font-size: 80px; line-height: 100%; margin: 0; top: 0; right: 0; overflow: hidden; color: rgba(100,100,100,.5);
}
.author {
}
ASCII triangle image overlay - Script Codes
ASCII triangle image overlay - Script Codes
Home Page Home
Developer Mitch Pruitt
Username mitchdot
Uploaded November 08, 2022
Rating 3
Size 2,200 Kb
Views 46,552
Do you need developer help for ASCII triangle image overlay?

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!

Mitch Pruitt (mitchdot) 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!