Test3: Difference between revisions
From Now That's What I Call Music Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Carousel Example | Carousel Example | ||
.jumbotron { | <html>.jumbotron { | ||
background-image: url(https://nowmusicwiki.com/images/e/e5/Pattern_Backgroumd.jpg); | background-image: url(https://nowmusicwiki.com/images/e/e5/Pattern_Backgroumd.jpg); | ||
background-size: cover; | background-size: cover; | ||
height: 100%;} | height: 100%;} | ||
<div class="jumbotron jumbotron-fluid"> | |||
<div class="container"> | |||
<h1 class="display-4">Fluid jumbotron</h1> | |||
<p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p> | |||
</div> | |||
</div> | |||
</html> | |||
<html> | <html> | ||
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> | <div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> |
Revision as of 03:43, 3 November 2024
Carousel Example .jumbotron { background-image: url(https://nowmusicwiki.com/images/e/e5/Pattern_Backgroumd.jpg); background-size: cover; height: 100%;}
Fluid jumbotron
This is a modified jumbotron that occupies the entire horizontal space of its parent.