DavidVdMeiden
4/3/2016 - 4:02 PM

Ancurio

Ancurio

<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
  <script src="../../assets/js/html5shiv.js"></script>
  <script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<style type="text/css">
  
  .example-block {
height: 75px;
background-color: #b3b3b3;
margin-top: 5px;
}
  .example-block.alt {
background-color: #ff8000;
margin-top: 5px;
}
 .example-block.second-row {
height: 75px;
background-color: #00ff00;
margin-top: 5px;
}
  .example-block.alt.second-row {
background-color: #ff00ff;
margin-top: 5px;
}
.example-block.third-row {
height: 75px;
background-color: #800000;
margin-top: 5px;
}
  .example-block.alt.third-row {
background-color: #0000ff;
margin-top: 5px;
}
.bg-warning {
	background: #ff00ff;
}


  </style>
</head>
<body>
<div class="jumbotron">
	<div class="container">
		<h1>Hello, World!</h1>
		<p>This is our first BootStrap 3 using Sublime Text</p>
		<p><a href="#" class="btn btn-primary btn-lg">Learn more</a></p>
	</div>
</div>
<div class="container">


<!-- <div class="col-lg-12 bg-warning">Warning</div> -->

      
<div class="row">
     <div class="col-lg-3 example-block alt second-row">.col-lg-3</div>
        <div class="col-md-3 example-block second-row">.col-md-3</div>
        <div class="col-sm-3 example-block alt">.col-sm-3</div>
        <div class="col-xs-3 example-block ">.col-xs-3</div>
</div>

</div>

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>    
<!-- Latest compiled and minified JavaScript -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>