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>
  #hi, #hello, #howdy, #sup,#whatup {
  font-size:55px;
    font-family:Consolas, Monospace;   
    margin:0;
  }
  #hello {
    
    -webkit-text-stroke:0px #000;
    text-shadow:#000 0px 1px 1px,#000 0px -1px 1px;
    
  }
  #hi {
    text-shadow:#000 0 0 1px; 
  }
  #sup {
    text-shadow:#000 0 0 1px;
    -webkit-text-stroke: #000 1px;
  }
  #whatup {
    -webkit-text-stroke:#000 1px; 
  }
</style>
</head>
<body>
  <p id="hello">two text-shadows</p>
   <p id="sup">text-stroke and text-shadow</p>
   <p id="hi">text-shadow</p>
  <p id="whatup">text-stroke</p>
  <p id="howdy">plain text</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers