Answers for "what is the standard jumbotron dimension size"

CSS
0

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

Code answers related to "what is the standard jumbotron dimension size"

Browse Popular Code Answers by Language