Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  p {
    width: 300px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 20px;
    background-image: -webkit-linear-gradient(#ff8000, #ff9500, #ffaa00);
    border-radius: 50%;
    padding: 30px;
    color: white;
    margin: 200px auto;
    position: relative;
    line-height: 25px;
  }
  
  p:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(#ff8000, #ff9500, #ffaa00);
    bottom: -3px;
  }
  
  p:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    background-image: -webkit-linear-gradient(#ff8000, #ff9500, #ffaa00);
    bottom: -20px;
    left: 20px;
  }
</style>
</head>
<body>
  <p>A Comic-book style speech bubble with CSS3.<br>No images used.</p>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers