mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
23ef8c0c20
In class names: * large => lg * small => sm * mini => xs ("Extra small") In screen size categories: * Tiny => Extra small
15 lines
479 B
HTML
15 lines
479 B
HTML
---
|
|
layout: home
|
|
title: Bootstrap
|
|
base_url: "./"
|
|
---
|
|
|
|
<div class="bs-masthead">
|
|
<div class="container">
|
|
<h1>Bootstrap 3</h1>
|
|
<p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
|
|
<p>
|
|
<a href="{{ site.download_dist }}" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0 RC1']);">Download Bootstrap</a>
|
|
</p>
|
|
</div>
|
|
</div>
|