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; }
  #aboutimages{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    }
  
  #aboutimgleft {
   display:inline-block;
    float: left;
    margin-left: 30px;
  }
#aboutimgleft img{
    height:166px;
    width:250px;
} 
#aboutimgcenter {
    display:inline-block;
}
#aboutimgcenter img{
    width:250px;
    height:166px;
    
}
#aboutimgright {
    display:inline-block;
    float: right;
    margin-right: 30px;
} 
#aboutimgright img{
    width:250px;
    height:166px;
} 
</style>
</head>
<body>
    <div id="aboutimages">
        <div id="aboutimgleft">
            <img src="http://static.travelblog.org/Wallpaper/pix/waterfall_desktop_background-1600x1200.jpg" alt="asd" />
        </div>
        <div id="aboutimgcenter">
            <img src="http://static.travelblog.org/Wallpaper/pix/waterfall_desktop_background-1600x1200.jpg" alt="asd" />
        </div>
        <div id="aboutimgright">
            <img src="http://static.travelblog.org/Wallpaper/pix/waterfall_desktop_background-1600x1200.jpg" alt="asd" />
        </div>
  </div>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers