Get the code of How to Draw Balloon using CSS and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<div></div>div {
border: 6px solid blue;
background: yellow;
width: 100px;
height: 100px;
border-radius: 50% 50% 0 0;
}