mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
* Start work on some new snippet examples * Update for dark mode, fixes * Add images, update descriptions * examples fixes
11 lines
204 B
CSS
11 lines
204 B
CSS
body {
|
|
background-image: linear-gradient(180deg, var(--bs-body-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
|
|
}
|
|
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
|
|
.pricing-header {
|
|
max-width: 700px;
|
|
}
|