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 {
.jumbotron {
background-image: url(/img/Jumbotron.jpg);
background-image: url(https://nowmusicwiki.com/images/e/e5/Pattern_Backgroumd.jpg);
background-size: cover;
background-size: cover;
height: 100%;}
height: 100%;}


[[File:Pattern Backgroumd.jpg]]
<html>
<html>
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">

Revision as of 03:42, 3 November 2024

Carousel Example .jumbotron { background-image: url(https://nowmusicwiki.com/images/e/e5/Pattern_Backgroumd.jpg); background-size: cover; height: 100%;}