0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00

12 lines
155 B
CSS
Raw Normal View History

2021-03-23 18:32:27 +02:00
body {
background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}
2020-12-07 18:28:07 +02:00
.container {
max-width: 960px;
}
.pricing-header {
max-width: 700px;
}