Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Big First Letter</title>
  
<style>
h1 span{
  display:inline-block;
}
h1 span:first-letter { 
  font-size:300%;
  color:red;
}
</style>
  
</head>
<body>
  <h1><span>Welcome</span> <span>to</span> <span>the</span> <span>Machine</span></h1>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers