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>
</head>
<body>
<div class="wrap">
<div class="content"><img src="img/user_avatar.jpg" width="100" height="101" /><h3>Jonas Hitler</h3></div>
</div>
</body>
</html>
 
.wrap{
     display: inline-block;  
     border:1px solid; 
     border-radius:8px; 
     background-color:#fff; 
     padding:10px; 
     width:800px;
     }
.content{font-family:"Segoe UI"}
.content img, .content h3 { float: left;}
.content img {border:1px solid; border-radius:8px; margin-right: 15px;}
.content h3 {font-size: 22px; margin: 0;}
.content h3 span { font-size: 14px; }
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers