Answers for "how to set jumbotron size bootstrap"

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

Browse Popular Code Answers by Language