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>
  body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 100px;
  font-size: 13px;
}
div#wrapper{
width:100%;
background:red;
}
span.clearfix{
display:block;
width:100%;
height:1px;
clear:both;
}
div.jeden, div.dva{
float:left;  
min-height:20px;
}
div.dva{
float:left;  
}
div.jeden{
width:47%;
margin-right:10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1C2C8), to(#A5A6AB)),
    -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f0f0f0));
}
div.dva{
width:47%;
}
div {
  width:auto;
  background: #fff;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
}
</style>
</head>
<body>
  <div id="wrapper">
  <div class="jeden"></div>
  <div class="dva"></div>
  <span class="clearfix">&nbsp;</span>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers