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="main">
        <header>
            <img src="https://www.google.es/images/srpr/logo3w.png"  height="98">
            <div class="topBarText">xxx</div>
        </header>
    </div>
</body>
</html>
 
div#main{
  width: 700px;
  margin: 0 auto;
}
div.topBarText {
  position: relative;
  top: 19px;
  right: 20px;
  float: right;
  height: 60px;
  width: 50%;
}
div#main,div.topBarText {
  border: 1px solid grey;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers