Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pricing.css « pricing « examples « 5.0 « docs « content « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7304d10be4e61b01580dc75d41a1674152fb1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}