Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  
    <style type="text/css">
      
            #first-section{
            
                color:black;
                background-color:pink;
                width:100px;
                float:left;
            
            }
            
            #second-section{
                
                color:purple;
                background-color:yellow;
                width:100px;
                height:100px;
                position:relative;
                left:500px;
                top:200px;
                        
            }
  </style>
</head>
<body>
  <div id="first-section">
        
            <p>Text1</p>
            <p>Text2</p>
        
  </div>
        
        
  <div id="second-section">
        
            <p>Text3</p>
            <p>Text4</p>
        
  </div>
  
  
  
  
  
</body>
</html>
Output

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