Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                
<html>
  <head> 
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Lexikon alle Buchstaben</title> 
    
    <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> 
    <link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type="text/css"> 
  </head> 
  
  <body> 
    <div class="container font-family">
      <nav class="navbar navbar-inverse navbar-fixed-top">
      
        <!-- Brand and toggle get grouped for better mobile display -->
        <div class="navbar-header">
          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#lexikon-navbar-collapse" aria-expanded="false">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
          </button>
          <a class="navbar-brand" href="startseite.html">WebSiteName</a>
        </div>
        
        <!-- Collect the nav links, forms, and other content for toggling -->
        <div class="collapse navbar-collapse" id="lexikon-navbar-collapse">
          <ul class="nav navbar-nav">
            <li><a href="#">Home</a></li>
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 1
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 1-1</a></li>
                <li><a href="#">Page 1-2</a></li>
                <li><a href="#">Page 1-3</a></li>
              </ul>
            </li>   
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 2
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 2-1</a></li>
                <li><a href="#">Page 2-2</a></li>
                <li><a href="#">Page 2-3</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 3
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 3-1</a></li>
                <li><a href="#">Page 3-2</a></li>
                <li><a href="#">Page 3-3</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 4
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 4-1</a></li>
                <li><a href="#">Page 4-2</a></li>
                <li><a href="#">Page 4-3</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 5
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 5-1</a></li>
                <li><a href="#">Page 5-2</a></li>
                <li><a href="#">Page 5-3</a></li>
              </ul>
            </li>
            <li class="dropdown">
              <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Page 6
                <span class="caret"></span>
              </a>
              <ul class="dropdown-menu">
                <li><a href="#">Page 6-1</a></li>
                <li><a href="#">Page 6-2</a></li>
                <li><a href="#">Page 6-3</a></li>
              </ul>
            </li>
          </ul>
          <ul class="nav navbar-nav navbar-right">
            <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
          </ul>
          <form class="navbar-form navbar-left"> 
            <div class="form-group"> 
              <input type="text" class="form-control" placeholder="Search"> 
            </div> 
            <button type="submit" class="btn btn-default">Suchen</button> 
          </form>
        </div>
      </nav>
    
      <div id="myCarousel" class="carousel slide" data-ride="carousel">
        <ol class="carousel-indicators">
          <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
          <li data-target="#myCarousel" data-slide-to="1"></li>
          <li data-target="#myCarousel" data-slide-to="2"></li>
        </ol>

        <div class="carousel-inner">
          <div class="item active ">
            <img class="img-resposnive" src="http://placehold.it/350x150" alt="Los Angeles" style="width:100%;">
          </div>

          <div class="item img-responsive">
            <img src="http://placehold.it/350x150" alt="Chicago" style="width:100%;">
          </div>

          <div class="item img-responsive">
            <img src="http://placehold.it/350x150" alt="New york" style="width:100%;">
          </div>
        </div>

        <a class="left carousel-control" href="#myCarousel" data-slide="prev">
          <span class="glyphicon glyphicon-chevron-left"></span>
          <span class="sr-only">Previous</span>
        </a>
        <a class="right carousel-control" href="#myCarousel" data-slide="next">
          <span class="glyphicon glyphicon-chevron-right"></span>
          <span class="sr-only">Next</span>
        </a>
      </div> <!-- end carousel -->
        
      
      <!--Reihe 1--> 
      <div class="row "> 
        
        <!--linke Seite--> 
        <div class="col-md-4 col-xs-6 col-sm-12 contentright img-responsive "> 
          <h1>Meist gelesen</h1> 
          <a href="#" >
            <img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a> 
        </div> 
        
        <!-- Mitte--> 
        <div class="col-md-4 col-xs-6 col-sm-12 img-responsive"> 
          <h1 class="text-center">Neuster Eintrag</h1> 
          <a href="#">
            <img class="img-responsive" src="http://placehold.it/350x250">
          </a> 
        </div> 
        
        <!--Rechte Seite--> 
        <div class="col-md-4 col-xs-6 col-sm-12"> 
          <h1 class="text-right">Neuste Fragen</h1> 
          <a href="#">
            <p class="text-right theright contentright">testestdadaddadw<br>Dawdad<br>mehr..</p>
          </a> 
        </div> 
      </div>
      
      
      <!--Neue Reihe 2-->
      <div class="row">
        
        <!--linke Seite-->
        <div class="col-md-4 col-xs-6 tothetop contentright">
         <a  href="#" >
           <img src="http://placehold.it/100x100">
           <p class="pull-right theleft ">Testest<br>dadad</p>
         </a>
         </div>
         
        <!--Mitte--> 
        <div class="col-md-4">
        </div>
        
       <!--rechte Seite-->
       <div class="col-md-4 col-xs-6">
        <a href="#"><p class="text-right theright contentright">testest<br>dada<br>mehr..</p></a>
       </div>
      </div>


      <!--Neue Reihe 3-->
       <div class="row">
        <!--linke Seite-->
        <div class="col-md-4 col-xs-6 tothetop contentright">
          <a  href="#" >
            <img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a>
        </div>
        
        <!-- Mitte zwei Bilder-->
        <div class="col-md-4 col-xs-6 left1">
           <a href="#"><img src="http://placehold.it/150x150"></a>
            <a href="#"><img src="http://placehold.it/150x150" class="pics"></a>
        </div>
          
         <!--rechte Seite-->
         <div class="col-md-4 col-xs-6 ">
           <a href="#"><p class="text-right theright contentright">testest<br>dada<br>mehr..</p></a>
        </div>
      </div>

      <!--Neue Reihe 4-->
       <div class="row">
         
        <!--linke Seite-->
        <div class="col-md-4 col-xs-6 contentright tothetop">
          <a href="#" >
            <img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a>
        </div>
        
          <!-- Mitte ein Bild-->
          <div class="col-md-4 col-xs-6 left1">
            <a href="#"><img class="img-responsive" src="http://placehold.it/350x250"></a>
          </div>
          
         <!--rechte Seite-->
         <div class="col-md-4 col-xs-6 ">
           <a href="#">
             <p class="text-right theright contentright">testest<br>dada<br>mehr..</p>
           </a>
        </div>
      </div>
      
      <!--Reihe 5--> 
      <div class="row">

        <!--linke Seite-->
        <div class="col-md-4 contentright col-xs-6 tothetop">
          <a  href="#" >
            <img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a>
        </div>
        
        <!--Mitte und Ad-->
        <div class="col-md-4 col-xs-6 ">
          <a href="#">
            <img class="img-responsive" src="https://www.adspeed.com/placeholder-350x250.gif"></a>
        </div>
          
        <!-- rechte Seite-->
        <div class="col-md-4 col-xs-6">
           <a href="#"><p class="text-right theright contentright">testest<br>dada<br>mehr..</p></a>
        </div>
      </div> 
      
      <!--Reihe 6--> 
      <div class="row">
        
        <!--linke Seite--> 
        <div class=" col-md-4 contentright tothetop">
          <a href="#" ><img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a> 
        </div>
        
        <!--Mitte--> 
        <div class="col-md-4 plustop"> 
        </div>
        
        <!---rechte Seite--> 
        <div class="col-md-4 col-xs-6"> 
          <a href="#">
            <p class="text-right theright contentright">testest<br>dada<br>mehr..</p>
          </a> 
        </div> 
      </div>
       
      <!--Reihe 6--> 
      <div class="row"> 
        
        <!--linke Seite--> 
        <div class="col-md-4 contentright col-xs-6 tothetop"> 
          <a href="#" >
            <img src="http://placehold.it/100x100">
            <p class="pull-right theleft ">Testest<br>dadad</p>
          </a> 
        </div> 
        
        <!--Mitte 2 Bilder--> 
        <div class="col-md-4 col-xs-6 left1"> 
          <a href="#">
            <img src="http://placehold.it/150x150">
          </a> 
          <a href="#">
            <img class="pics" src="http://placehold.it/150x150">
          </a> 
        </div> 
        
        <!--rechte Seite--> 
        <div class="col-md-4 col-xs-6"> 
          <a href="#">
            <p class="text-right theright contentright">testest<br>dada<br>mehr..</p>
          </a> 
        </div> 
      </div> 
      
      <!--Reihe 7--> 
      <div class="row"> 
        <!--linke seite--> 
        <div class="col-md-4 col-xs-6 contentright tothetop"> 
          <img src="https://www.adspeed.com/placeholder-100x100.gif" /> 
        </div> 
        
        <!--Mitte--> 
        <div class="col-md-4 col-xs-6 left1"> 
          <a href="#">
            <img class="img-responsive" src="http://placehold.it/350x250">
          </a> 
        </div> 
        
        <!--rechte Seite--> 
        <div class="col-md-4 col-xs-6"> 
          <a href="#">
            <p class="text-right theright contentright">testest<br>dada</p>
          </a> 
        </div> 
      </div>
      <!--Ende mehr Kästchen möglich-->
    </div>

    <footer class="footer-distributed">
      <div class="footer-right">
          <a href="#"><i class="fa fa-facebook" ></i></a>
          <a href="#"><i class="fa fa-twitter"></i></a>
      </div>

      <div class="footer-left">
          <p class="footer-links">
              <a href="#">Home</a>
              <a href="#">About</a>
              <a href="#">FAQ</a>
              <a href="#">Kontakt</a>
          </p>
          <p>Company Name &copy; 2017</p>
      </div>
    </footer>    
  </body>
</html> 

              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console