Ribon label

Developer
Size
2,254 Kb
Views
44,528

How do I make an ribon label?

What is a ribon label? How do you make a ribon label? This script and codes were developed by Ivan Sakoman on 12 June 2022, Sunday.

Ribon label Previews

Ribon label - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Ribon label</title> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h2 class="title">Ribons</h2>
<div class="card"> <div class="ribon-1"> Frontend development </div> <div class="ribon-2"> Web design </div>
</div>
</body>
</html>

Ribon label - Script Codes CSS Codes

body { background-color: #2980b9; font-family: 'Lato', sans-serif;
}
.title { width: 100%; text-align: center; font-size: 36px; color: #f1c40f;
}
.card { position: relative; width: 60%; height: 500px; background-color: #2c3e50; margin: 0 auto; border-radius: 10px;
}
.ribon-1 { position: absolute; padding: 10px; font-size: 16px; background-color: #f1c40f; border-radius: 3px; right: -15px; top: 20px;
}
.ribon-1::after { content: ""; position: absolute; display: block; width: 20px; height: 20px; background-color: #A48505; transform: rotate(45deg); right: 5px; top: 28px; z-index: -1;
}
.ribon-2 { position: absolute; padding: 10px 20px; font-size: 16px; background-color: #f1c40f; border-radius: 20px; right: -15px; top: 100px;
}
.ribon-2::after { content: ""; position: absolute; display: block; width: 30px; height: 80px; border-radius: 50%; background-color: #A48505; transform: rotate(45deg); right: 15px; top: 5px; z-index: -1;
}
Ribon label - Script Codes
Ribon label - Script Codes
Home Page Home
Developer Ivan Sakoman
Username ssaakkaa
Uploaded June 12, 2022
Rating 3
Size 2,254 Kb
Views 44,528
Do you need developer help for Ribon label?

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!

Ivan Sakoman (ssaakkaa) Script Codes
Create amazing blog posts 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!