Advertisement
markotvz

Dominik Papic Mojih prvih 5 HTML tab (Bootstrap)

Jun 3rd, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6.     <head>
  7.         <meta charset="utf-8">
  8.         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9.         <meta name="description" content="">
  10.         <meta name="viewport" content="width=device-width">
  11.  
  12.         <link rel="stylesheet" href="http://dpapic-demo.comli.com/css/bootstrap.min.css">
  13.         <style>
  14.             body {
  15.                 padding-top: 50px;
  16.                 padding-bottom: 20px;
  17.                 font-size: 20px;
  18.                 background: url('http://i.imgur.com/Wm1dtnD.jpg') center center no-repeat;
  19.                 height: auto;
  20.                 width: 100%;
  21.                 }
  22.         </style>
  23.         <!-- Latest compiled and minified CSS -->
  24.         <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
  25.  
  26.         <!-- Optional theme -->
  27.         <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
  28.  
  29.         <!-- Latest compiled and minified JavaScript -->
  30.         <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
  31.  
  32.         <script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
  33.     </head>
  34.     <body>
  35.         <!--[if lt IE 7]>
  36.            <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
  37.        <![endif]-->
  38.    
  39.    
  40.     <div class="container">
  41.       <!-- Example row of columns -->
  42.       <div class="row">
  43.       <p>&nbsp;</p>
  44.       <p>&nbsp;</p>
  45.       <p>&nbsp;</p>
  46.       <p>&nbsp;</p>
  47.       <p>&nbsp;</p>
  48.       </div>
  49.       <div class="row">
  50.       <p>&nbsp;</p>
  51.       <p>&nbsp;</p>
  52.       <p>&nbsp;</p>
  53.       <p>&nbsp;</p>
  54.       <p>&nbsp;</p>
  55.       <p>&nbsp;</p>
  56.       <p>&nbsp;</p>
  57.       <p>&nbsp;</p>
  58. <p>&nbsp;</p><p>&nbsp;</p>
  59.           <p>&nbsp;</p>
  60.       <p>&nbsp;</p>
  61.       <p>&nbsp;</p>
  62.       <p>&nbsp;</p>
  63. <p>&nbsp;</p><p>&nbsp;</p>
  64.       </div>
  65.  
  66.       <div class="row">
  67.       &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  68. <iframe width="560" height="315" src="https://www.youtube.com/embed/4IljGRXLBdc" frameborder="0" allowfullscreen></iframe>
  69.      
  70.      </div>
  71.  
  72.  <div class="row">
  73.       <p>&nbsp;</p>
  74.       <p>&nbsp;</p>
  75.       <p>&nbsp;</p>
  76.       <p>&nbsp;</p>
  77.       <p>&nbsp;</p>
  78.       </div>
  79.       <div class="row">
  80.       <p>&nbsp;</p>
  81.       <p>&nbsp;</p>
  82.       <p>&nbsp;</p>
  83.       <p>&nbsp;</p>
  84.        
  85.       </div>
  86.       <div class="row">
  87.         <a href="http://markoidzan.from.hr" target="_blank" class="pull-right">Designed and coded by Marko Idzan</a>
  88.       </div>
  89.      
  90.  
  91.  
  92.     </div> <!-- /container -->        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
  93.         <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
  94.  
  95.     </body>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement