11 lines
162 B
CSS
11 lines
162 B
CSS
body {
|
|
background-color: #F8F9FA;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 4rem 2rem;
|
|
margin-bottom: 2rem;
|
|
background-color: #FFFFFF;
|
|
border-radius: .3rem;
|
|
}
|