Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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%;
    }
Comment

jumbotron sizing

.jumbotron
{   
padding-top: 0px;
padding-bottom:0px;
background-image:url('images/car/car.jpg');
background-size: cover;
height:560px;
 }
Comment

PREVIOUS NEXT
Code Example
Css :: css opacity background color 
Css :: css table column spacing 
Css :: roboto 
Css :: css media query 
Css :: rust get current date 
Css :: hiding button border when clicked 
Css :: css noselect 
Css :: How do center using margin 
Css :: background-color not showing grover pdf 
Css :: make background image full width 
Css :: transition prefixes css 
Css :: css change overflow scrollbar 
Css :: clamp margin 
Css :: css background full width 
Css :: restful url to update status 
Css :: css element same line 
Css :: line through in css 
Css :: how to increase height of input box in css 
Css :: center text in div 
Css :: css stretch font vertically 
Css :: Changing to custom font in angular material 12 
Css :: underline css animation 
Css :: vscode set terminal letter spacing 
Css :: reset id sequence postgres 
Css :: ion-select background color 
Css :: how to make border for letters in css 
Css :: css how to make a pre tag to break line 
Css :: css select none 
Css :: scroll bar on border radius element css 
Css :: compass font awesome 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =