mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
homepage docs callout
This commit is contained in:
parent
6e5e9225fd
commit
912637f0d0
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
docs/assets/img/bs-themes.png
Normal file
BIN
docs/assets/img/bs-themes.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 534 KiB |
@ -12,6 +12,14 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.lead {
|
||||
margin-right: auto;
|
||||
margin-bottom: 2rem;
|
||||
margin-left: auto;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(sm) {
|
||||
text-align: left;
|
||||
}
|
||||
@ -31,12 +39,9 @@
|
||||
font-size: 2rem;
|
||||
font-weight: normal;
|
||||
color: #333;
|
||||
|
||||
+ .lead {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.half-rule {
|
||||
width: 6rem;
|
||||
margin: 2.5rem auto;
|
||||
|
@ -78,6 +78,21 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bd-featurette">
|
||||
<div class="container">
|
||||
<h2 class="bd-featurette-title">Official Bootstrap Themes.</h2>
|
||||
<p class="lead">
|
||||
Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.
|
||||
</p>
|
||||
|
||||
<p class="lead">
|
||||
<a href="{{ site.themes }}" class="btn btn-bs btn-outline">Browse themes</a>
|
||||
</p>
|
||||
|
||||
<img class="img-responsive center-block" src="{{ site.baseurl }}/assets/img/bs-themes.png" alt="Bootstrap Themes" width="1024" height="388">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bd-featurette">
|
||||
<div class="container">
|
||||
<h2 class="bd-featurette-title">Built with Bootstrap.</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user