Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title>My website</title>
    <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<style>
    
    html,body {
        height: 135%;
    }
    
    .container {
        background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/30/Starry_Night_at_La_Silla.jpg");
        width: 100%;
        height: 100%;
        background-size: cover;
        color: #d1ddf1;
        background-position: center;
    }
    
    #logo {
        text-align: center;
    }
    
    #logo h1{
        font-size: 4em;
    }
    
    hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
    
    h1,h3{
    font-family: 'Oswald', sans-serif;
    }
    
    #skills, #features {
        margin-top: 30px;
    }
    
    .list {
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.2em;
        list-style: none;
    }
    
    #listLabel, #aboutLabel, #featuresLabel {
        font-family: 'Ubuntu', sans-serif;
    }
    
    #listLabel h2 {
        font-size: 1.5em;
    }
    
    #about {
        margin-top: 30px;
        border: 1px solid grey;
        border-radius: 15px;
    }
    
    #contact {
        margin-top: 30px;
    }
    
    
</style>
</head>
<body>
<div class="container">
    
    <div class="row">
        
        <div id="logo" class="col-md-6 col-md-offset-3">
            <h1>LOREM IPSUM</h1>
            
            <h3>lorem ipsum.</h3>
            <hr>
            
        </div>
        
    </div>
    <div id="skills" class="col-md-3 col-md-offset-3">
        <h2 id="listLabel">Lorem ipsum:</h2> <br>
        <ul class="list">
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
        </ul>
        
    </div>
    <div id="features" class="col-md-3">
       <h2 id="featuresLabel">Lorem ipsum:</h2> <br>
        <ul class="list">
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
            <li>&nbsp; Lorem ipsum</li>
        </ul>
    </div>
    
    <div id="about" class="col-md-6 col-md-offset-3">
        
        <h2 id="aboutLabel">Lorem ipsum:</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
    </div>
    
    
</div>
<script src="//code.jquery.com/jquery-3.1.0.min.js"> </script>
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers