Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style type="text/css">
    </style>
</head>
<body>
    
    <div class="c0">
        <div class="c1"><h1>hako</h1></div>
        <div class="c2"><h1>amar</h2></div>
        <div class="c3"><h1>mosab</h3></div>
    </div>
</body>
</html>
 
        .c0{
            
            padding: 10px;
            
        }
        .c1
        {
            float: left;
            width: 100px;
            background-color: red;
            margin-right: 10px;
        }
        .c2
        {
            float: left;
            width: 100px;
            background-color: red;
            margin-right: 10px;
        }
        .c3:hover
        {
            float: left;
            width: 100px;
            background-color: red;
            margin-right: 10px;
        }
Output

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

Dismiss x
public
Bin info
AbdelhakBoumezrag97pro
0viewers