CSS Arrow Generator
Create a tooltip / flyout box with a CSS arrow
Arrow configuration
Preview
CSS
.arrow_box {
position: relative;
background: #88b7d5;
border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box:after {
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #88b7d5;
border-width: 30px;
margin-left: -30px;
}
.arrow_box:before {
border-color: rgba(194, 225, 245, 0);
border-bottom-color: #c2e1f5;
border-width: 38px;
margin-left: -38px;
}Related Tools
JSON Formatter
Format, validate and minify JSON
Base64 Encode/Decode
Encode or decode UTF-8 text to Base64
JWT Decoder
Decode and inspect JWT header & payload
HTML/CSS/JS Minifier
Minify or beautify web source code
UUID Generator
Generate v4 / v7 UUIDs in bulk
Hash Generator
MD5, SHA-1, SHA-256 & SHA-512 hashes
Cron Expression Builder
Build cron schedules with a visual UI
CSS Gradient Generator
Design linear, radial & conic CSS gradients
Developer Helps
Useful links for CSS libraries, jQuery plugins and frontend resources
Browse by category
Accessibility
WCAG, ADA, EAA & Section 508 accessibility check helpers
Diff Checker
Compare text, images, docs & spreadsheets
PDF Tools
Convert, compress and manage PDF pages
Image Tools
Convert, compress, resize & transform images
Smart Text
Smart text formatting, readability and writing helpers
Designer
Brainstorm logos, palettes, posters & brand ideas with mini demos
Developer
JSON, JWT, Base64, cron & more utilities
Security & Privacy
Passwords, hashing, AES encryption & policies
AI-Powered
Paraphrase, explain, prompt & caption with your own API key
SEO
Meta tags, SERP preview, keyword density & sitemaps
Social Media Tools
Generate captions, hashtags, titles and post/thread formats
Website Tools
Preview pages, inspect headers & DNS, check HTML size and social meta
Education
Lesson planning, worksheets, quizzes, schedules and readability helpers
Power your workflow with 50+ smart web tools
From quick conversions to advanced developer and security utilities, Doceazi helps you finish tasks faster in one clean, searchable workspace.