X
x.com › codepen › status › 917501449617203205
Balloon.css :: Simple tooltips made of pure CSS https://t.co/ ...
Balloon.css :: Simple tooltips made of pure CSS https://kazzkiq.github.io/balloon.css/Translate post
CodePen
codepen.io › yochans › pen › KKNzdzV
CSS | balloons animation
Minimize CSS Editor · Fold All · Unfold All · body { margin: 0; padding: 0; } p { padding: 10px; } #container { position: relative; height: 300px; margin: 0; padding: 0; background: #87ceeb; overflow: hidden; } .balloons div { position: absolute; left: 0; bottom: -150px; width: 80px; height: 100px; background: #ffa07a; border-radius: 50%; box-shadow: -6px -6px 0 rgba(0, 0, 0, 0.15) inset; } .balloons div:before { content: ''; position: absolute; left: 38px; bottom: -70px; width: 2px; height: 70px; background: #a0a0a0; transform: rotate(5deg); } /* .balloons div:after { content:"▲"; positi
Videos
CSS Script
cssscript.com › demo › simple-animated-tooltip-library-with-pure-css
Balloon.css Examples
Back To CSS Script · Basic Demo 1 · Basic Demo 2 · Large Tooltip ·
GitHub
github.com › kazzkiq › balloon.css › blob › master › LICENSE
balloon.css/LICENSE at master · kazzkiq/balloon.css
Simple tooltips made of pure CSS. Contribute to kazzkiq/balloon.css development by creating an account on GitHub.
Author kazzkiq
CodePen
codepen.io › undeadinstitute › pen › gOJegRw
Balloons
Minimize CSS Editor · Fold All · Unfold All · .balloon { display: block; font-size: 4em; border: none; background-color: transparent; padding: 0; margin: 0; height: 1em; width: 1em; list-style-type: none; cursor: pointer; -webkit-user-select: none; user-select: none; text-align: center; } details summary::-webkit-details-marker { display:none; } !
CodePen
codepen.io › aitchiss › pen › gOPvbOm
Balloons Animation (CSS only)
Minimize CSS Editor · Fold All · Unfold All · :root { --red: red; --pink: pink; --green: #20B1A3; } body{ background: #F4BCD3; } .box-canvas{ position: relative; margin: auto; display: block; margin-bottom: 8%; width: 230px; height:600px; animation: floatUp 5s infinite linear; } @keyframes floatUp { 0% { transform: translateY(100vh); } 100% { transform: translateY(-480px); } } .red { --balloon-color: var(--red); --highlight-color: #FC9999; --top-initial: 40px; --string-angle: -20deg; } .yellow { --balloon-color: #F2F24B; --highlight-color: #E5E570; --top-initial: 80px; --left-initial: 50px;
CodePen
codepen.io › tag › balloon
Pens tagged 'balloon' on CodePen
CodePen doesn't work very well without JavaScript · We're all for progressive enhancement, but CodePen is a bit unique in that it's all about writing and showing front end code, including JavaScript. It's required to use most of the features of CodePen · Need to know how to enable it?
CSS-Tricks
css-tricks.com › popover-the-balloons
Pop(over) the Balloons | CSS-Tricks
July 25, 2024 - One of the challenges of building a game with the Popover API is that you can’t load a page with a popover already open… and there’s no getting around that with JavaScript if our goal is to build the game with only HTML and CSS. Enter the <details> element. Unlike a popover, the <details> element can be open by default: <details open> <!-- rest of the game --> </details> If we pursue this route, we’re able to show a bunch of buttons (balloons) and “pop” all of them down to the very last balloon by closing the <details>. In other words, we can plop our starting balloons in an open <details> element so they are displayed on the page on load.
daisyUI
daisyui.com › components › chat
Tailwind Chat bubble Component – daisyUI
<div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/profile/demo/[email protected]" /> </div> </div> <div class="$$chat-header"> Obi-Wan Kenobi <time class="text-xs opacity-50">12:45</time> </div> <div class="$$chat-bubble">You were the Chosen One!</div> <div class="$$chat-footer opacity-50">Delivered</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/profile/demo/[email protected]" /> </div> </div> <div class="$$chat-header"> Anakin <time class="text-xs opacity-50">12:46</time> </div> <div class="$$chat-bubble">I hate you!</div> <div class="$$chat-footer opacity-50">Seen at 12:46</div> </div>
CKEditor
ckeditor.com
WYSIWYG HTML Editor with Collaborative Rich Text Editing
Rock-solid, Free WYSIWYG Editor with Collaborative Editing, 200+ features, Full Documentation and Support. Trusted by 20k+ companies.
Eleventy
11ty.dev
11ty
Add CSS, JS, Fonts · Importing Content · Configure Templates with Data · Permalinks · Layouts · Collections · Collections API · Content Dates · Create Pages From Data · Pagination · Pagination Navigation · Using Data in Templates · Eleventy Supplied Data ·
GitHub
github.com › kazzkiq › balloon.css › blob › master › src › balloon.scss
balloon.css/src/balloon.scss at master · kazzkiq/balloon.css
Simple tooltips made of pure CSS. Contribute to kazzkiq/balloon.css development by creating an account on GitHub.
Author kazzkiq
CSS Stock
pote-chil.com › css stock › 12 stylish speech bubble designs created with html/css
12 stylish speech bubble designs created with HTML/CSS
February 22, 2023 - Copy CSS · Completion · step1 · speech bubble color:#f2f2f2 · Icon border color:#f2f2f2 · Text color:#333333 · Next × · speech bubble color:#f2f2f2 · Icon border color:#f2f2f2 · Text color:#333333 · <div class="balloon-010"> <p>これは会話風の吹き出しです。お好きなアイコン画像を指定できます。</p> <!-- お好きなアイコン画像を指定してください --> <img src="/css-stock/img/oteto-icon.svg" alt="" /> </div> .balloon-010 { display: flex; justify-content: center; align-items: start; gap: 0 22px; } .balloon-010 img { max-width: 70p