Answers for "increase jumbotron height"

CSS
1

how to change jumbotron size

.jumbotron {
      background: url('http://placekitten.com/800/500') no-repeat center center;
      background-size: cover;
      padding-top: 20%;
      padding-bottom: 20%;
    }
Posted by: Guest on March-01-2020
0

jumbotron height

.jumbotron {
    ...
    min-height: 300px;
}
Posted by: Guest on December-15-2020

Code answers related to "increase jumbotron height"

Browse Popular Code Answers by Language