CSS only Transparent tooltip

Developer
Size
2,366 Kb
Views
20,240

How do I make an css only transparent tooltip?

What is a css only transparent tooltip? How do you make a css only transparent tooltip? This script and codes were developed by Wojciech on 01 September 2022, Thursday.

CSS only Transparent tooltip Previews

CSS only Transparent tooltip - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS only Transparent tooltip</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="arrow_box"> <div class="tip"></div> BOX CONTENT
</div>
</body>
</html>

CSS only Transparent tooltip - Script Codes CSS Codes

body { background: linear-gradient(to right, #f1e767 0%, #feb645 100%);
}
.arrow_box { position: relative; background: transparent; border: 2px solid #FFF; border-radius: 10px; width: 220px; padding: 30px 10px; color: #FFF; text-align: center; font-size: 30px; line-height: 30px; font-weight: bold; font-family: 'Terminal Dosis', sans-serif; border-bottom: 0; margin: auto;
}
.arrow_box:before { content: ''; width: 25px; height: 15px; border-bottom: 2px solid white; border-left: 2px solid white; position: absolute; bottom: 0; left: -2px; border-bottom-left-radius: 10px;
}
.arrow_box:after { content: ''; width: 188px; height: 15px; border-bottom: 2px solid white; border-right: 2px solid white; position: absolute; display: block; bottom: 0; right: -2px; border-bottom-right-radius: 10px;
}
.arrow_box .tip { content: ''; height: 20px; width: 20px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); position: absolute; bottom: -10px; left: 27px; background: transparent; border-left: 2px solid white; border-bottom: 2px solid white;
}
CSS only Transparent tooltip - Script Codes
CSS only Transparent tooltip - Script Codes
Home Page Home
Developer Wojciech
Username wojtek1150
Uploaded September 01, 2022
Rating 3
Size 2,366 Kb
Views 20,240
Do you need developer help for CSS only Transparent tooltip?

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!

Wojciech (wojtek1150) Script Codes
Create amazing captions 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!