Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="mkt">Nice to meet you</div>
</body>
</html>
 
.mkt{
  color:red;
  background-color:yellow;
  width:300px;
  height:50px;
  line-height:50px;
  font-size:31px;
  text-align:center;
  margin:20px;
  border:1px solid #eee;
  box-shadow:3px 3px 3px #999;
}
Output

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

Dismiss x