Sticker

Developer
Size
3,099 Kb
Views
12,144

How do I make an sticker?

What is a sticker? How do you make a sticker? This script and codes were developed by El Alemaño on 15 November 2022, Tuesday.

Sticker Previews

Sticker - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sticker</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <b>Rotate:</b> <br> <br> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content google-font rotate"> WITH GOOGLE FONTS </div> </div> </div> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content turkcell-font rotate"> WITH TURKCELL FONT </div> </div> </div> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content arial-font rotate"> WITH BORING ARIAL </div> </div> </div>
</div>
<div class="wrapper"> <b>Perspective:</b> <br> <br> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content google-font perspective"> WITH GOOGLE FONTS </div> </div> </div> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content turkcell-font perspective"> WITH TURKCELL FONT </div> </div> </div> <div class="circle-wrapper"> <div class="circle"> <div class="circle-content arial-font perspective"> WITH BORING ARIAL </div> </div> </div>
</div>
</body>
</html>

Sticker - Script Codes CSS Codes

@font-face { font-family: 'TurkcellSaturaMed'; src: url("http://www.turkcell.de/fonts/TurkcellSaturaMed/TurkcellSaturaMed.eot"); src: url("http://www.turkcell.de/fonts/TurkcellSaturaMed/TurkcellSaturaMed.woff") format("woff"), url("http://www.turkcell.de/fonts/TurkcellSaturaMed/TurkcellSaturaMed.ttf") format("truetype"), url("http://www.turkcell.de/fonts/TurkcellSaturaMed/TurkcellSaturaMed.svg") format("svg"); font-weight: normal; font-style: normal;
}
.wrapper { border: 1px solid #ccc; margin: 10px 0; padding: 10px 0 10px 10px;
}
.circle-wrapper { display: inline-block;
}
.circle-wrapper .circle { background: #fc6a28; border-radius: 50%; -webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; height: 200px; width: 200px; display: table;
}
.circle-wrapper .circle .circle-content { color: #fff; text-align: center; display: table-cell; vertical-align: middle; text-align: center; font-size: 23px; line-height: 25px; font-family: 'Ubuntu'; font-weight: 400;
}
.circle-wrapper .circle .circle-content.turkcell-font { font-family: "TurkcellSaturaMed" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 25px; line-height: 25px;
}
.circle-wrapper .circle .circle-content.arial-font { font-family: Arial; font-size: 25px; line-height: 25px;
}
.circle-wrapper .circle .circle-content.rotate { -webkit-transform: rotate(8deg); -khtml-transform: rotate(8deg); -moz-transform: rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: rotate(8deg);
}
.circle-wrapper .circle .circle-content.perspective { -webkit-transform: perspective(1px) rotate(8deg); -moz-transform: perspective(1px) rotate(8deg); -ms-transform: rotate(8deg); -o-transform: rotate(8deg); transform: perspective(1px) rotate(8deg);
}
Sticker - Script Codes
Sticker - Script Codes
Home Page Home
Developer El Alemaño
Username elalemanyo
Uploaded November 15, 2022
Rating 3
Size 3,099 Kb
Views 12,144
Do you need developer help for Sticker?

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!

El Alemaño (elalemanyo) 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!