Single Element CSS Stickers

Developer
Size
2,690 Kb
Views
46,552

How do I make an single element css stickers?

What is a single element css stickers? How do you make a single element css stickers? This script and codes were developed by Carl Calderon on 30 July 2022, Saturday.

Single Element CSS Stickers Previews

Single Element CSS Stickers - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Single Element CSS Stickers</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.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! */ @import url(http://fonts.googleapis.com/css?family=Fjalla+One);
body { font-family: "Fjalla One", sans-serif; color: white; background: url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/blackorchid.png");
}
div { margin: 70px auto; width: 580px;
}
h1 { text-align: center; font-size: 2em; margin-bottom: 1em;
}
aside.sticker { margin: 20px; font-size: 20px; text-shadow: 0px 0px 3px rgba(0,0,0,0.4); color: black; width: 100px; height: 100px; display: inline-block; border-radius: 100%; background: -webkit-linear-gradient(135deg, transparent 32px, #aaa 20px, #eee); text-align: center; padding-top: 40px; box-sizing: border-box; overflow: hidden;
}
aside.sticker:after { content: " "; display: block; border-radius: 100%; background: -webkit-linear-gradient(135deg, transparent 110px, #000 100px,#666 100px, #fff 85%); box-shadow: -3px -3px 15px 1px rgba(0, 0, 0, 0.2); width: 100px; height: 100px; margin-left: 56px; margin-top: -4px;
}
aside.sticker.green { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #46a82d 20px, #70c757);
}
aside.sticker.cyan { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #2d8aa6 20px, #57b1c7);
}
aside.sticker.yellow { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #a69c2e 20px, #c7b857);
}
aside.sticker.pink { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #8e2ea6 20px, #b457c7);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div> <h1>Single Element CSS Stickers</h1> <aside class="sticker cyan">ALPHA</aside> <aside class="sticker green">BETA</aside> <aside class="sticker yellow">CHARLIE</aside> <aside class="sticker pink">DELTA</aside>
<div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Single Element CSS Stickers - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
body { font-family: "Fjalla One", sans-serif; color: white; background: url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/blackorchid.png");
}
div { margin: 70px auto; width: 580px;
}
h1 { text-align: center; font-size: 2em; margin-bottom: 1em;
}
aside.sticker { margin: 20px; font-size: 20px; text-shadow: 0px 0px 3px rgba(0,0,0,0.4); color: black; width: 100px; height: 100px; display: inline-block; border-radius: 100%; background: -webkit-linear-gradient(135deg, transparent 32px, #aaa 20px, #eee); text-align: center; padding-top: 40px; box-sizing: border-box; overflow: hidden;
}
aside.sticker:after { content: " "; display: block; border-radius: 100%; background: -webkit-linear-gradient(135deg, transparent 110px, #000 100px,#666 100px, #fff 85%); box-shadow: -3px -3px 15px 1px rgba(0, 0, 0, 0.2); width: 100px; height: 100px; margin-left: 56px; margin-top: -4px;
}
aside.sticker.green { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #46a82d 20px, #70c757);
}
aside.sticker.cyan { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #2d8aa6 20px, #57b1c7);
}
aside.sticker.yellow { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #a69c2e 20px, #c7b857);
}
aside.sticker.pink { color: white; background: -webkit-linear-gradient(135deg, transparent 32px, #8e2ea6 20px, #b457c7);
}
Single Element CSS Stickers - Script Codes
Single Element CSS Stickers - Script Codes
Home Page Home
Developer Carl Calderon
Username carlcalderon
Uploaded July 30, 2022
Rating 3.5
Size 2,690 Kb
Views 46,552
Do you need developer help for Single Element CSS Stickers?

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!

Carl Calderon (carlcalderon) Script Codes
Create amazing art & images 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!