mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-12 00:08:59 +01:00
a3ad7327f2
* Add updated Jumbotron example made from utilities * Update starter template example with new design and links * Update some existing examples and their screenshots * Add four new snippet-based examples * Update layout to improve things a bit * WIP * Add d-block to images * Fix horizontal scroll * move d-block to the anchor Co-authored-by: XhmikosR <xhmikosr@gmail.com>
12 lines
155 B
CSS
12 lines
155 B
CSS
body {
|
|
background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
|
|
}
|
|
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
|
|
.pricing-header {
|
|
max-width: 700px;
|
|
}
|