Difference between revisions of "Team:BGU Israel"

Line 12: Line 12:
 
<body>
 
<body>
  
<div class="container-fluid">
+
<div class="jumbotron">
   <h1>Hello World!</h1>
+
   <h1>Bootstrap Tutorial</h1>    
   <p>Resize the browser window to see the effect.</p>
+
   <p>Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.</p>
  <p>The columns will automatically stack on top of each other when the screen is less than 768px wide.</p>
+
</div>
  <div class="row">
+
 
    <div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div>
+
<div class="container">
    <div class="col-sm-4" style="background-color:lavenderblush;">.col-sm-4</div>
+
  <p>This is some text.</p>    
    <div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div>
+
  <p>This is another text.</p>    
  </div>
+
 
</div>
 
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 06:10, 29 July 2018

OriginALS

Bootstrap Example

Bootstrap Tutorial

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile-first projects on the web.

This is some text.

This is another text.