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 id="wrapper">
      <div class="large-images">
        <img src="http://www.totaltuningrs.com/dev/1.png" alt="Osvoji Dielle Nagrade">
      </div>
      <div id="main">     
        <img src="http://www.totaltuningrs.com/dev/text.jpg" alt="Osvoji Dielle Nagrade">
      </div>
    </div>
</body>
</html>
 
body{
  padding:0;
  margin:0;
  background-image:url('http://www.totaltuningrs.com/dev/bg.jpg');
  background-repeat:repeat-x;
  background-color: #2c4d6e;
  width:100%;
  height:100%;
  min-width:1648px;
}
#wrapper{
  background:  url(http://www.totaltuningrs.com/dev/d.jpg) bottom right no-repeat;
  width: 100%
}
#main {
  margin: 0 auto;
  width: 960px;
}
.large-images {
 text-align: center; 
}
Output

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

Dismiss x
public
Bin info
trunghieulepro
0viewers