mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
11 lines
155 B
CSS
11 lines
155 B
CSS
body {
|
|
background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
|
|
}
|
|
|
|
.container {
|
|
max-width: 960px;
|
|
}
|
|
|
|
.pricing-header {
|
|
max-width: 700px;
|
|
}
|