Box with Ribbon pure CSS

Developer
Size
2,237 Kb
Views
34,408

How do I make an box with ribbon pure css?

What is a box with ribbon pure css? How do you make a box with ribbon pure css? This script and codes were developed by Mahesh Bhagat on 27 August 2022, Saturday.

Box with Ribbon pure CSS Previews

Box with Ribbon pure CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Box with Ribbon pure CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="main-container"> <div class="ribbon"> <div>About</div> </div> <div class="box">dfsfs </div>
</div>
</body>
</html>

Box with Ribbon pure CSS - Script Codes CSS Codes

body { padding: 20px; background-color: #f2f2f2;
}
.main-container { position: relative;
}
.box { position: absolute; width: 250px; height: 300px; background-color: #fff; border: 1px solid #ebebeb; border-radius: 2px; z-index: 10000px;
}
.ribbon { position: absolute; width: 100px; height: 100px; overflow: hidden; top: -6px; left: -6px;
}
.ribbon:after { content: ''; width: 10px; height: 10px; background-color: #2183b4; position: absolute; top: 77px; left: 2px; -webkit-transform: rotate(-45deg); z-index: 0;
}
.ribbon:before { content: ''; width: 10px; height: 10px; background-color: #2183b4; position: absolute; top: 2px; left: 77px; -webkit-transform: rotate(-45deg); z-index: 0;
}
.ribbon > div { position: relative; width: 120px; padding: 7px 0; top: 15px; left: -30px; font: bold 15px sans-serif; color: #fff; text-align: center; text-shadow: rgba(255, 255, 255, 0.15) 0 1px 0; background-color: #44aadd; z-index: 100; -webkit-transform: rotate(-45deg);
}
Box with Ribbon pure CSS - Script Codes
Box with Ribbon pure CSS - Script Codes
Home Page Home
Developer Mahesh Bhagat
Username mymahesh11
Uploaded August 27, 2022
Rating 3
Size 2,237 Kb
Views 34,408
Do you need developer help for Box with Ribbon pure CSS?

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!

Mahesh Bhagat (mymahesh11) Script Codes
Create amazing Facebook ads 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!