$(document).ready(function() {
$('.carousel').carousel({
interval: 8000
})
});
.carousel-indicators li {
display: inline-block;
width: 15px;
height: 15px;
margin: 10px;
text-indent: 0;
cursor: pointer;
border: none;
border-radius: 50%;
opacity:.3;
background-color: black;
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
width: 15px;
height: 15px;
margin: 10px;
background-color: black;
opacity: .8;
}
.carousel-indicators {
bottom: -50px;
}
@media screen and (max-width: 759px){
#contentm{
display: grid;
grid-template-columns: 55px 55px 55px 55px 55px 55px;
grid-template-rows: 60px 60px 60px 30px 60px 60px 60px 60px 30px 60px 60px;
grid-gap: 2px;
max-width: 759px;
margin: 0 auto;
grid-template-areas:
"box1m box1m box1m box2m box2m box2m"
"box1m box1m box1m box2m box2m box2m"
"box1m box1m box1m box3m box3m box3m"
"box1m box1m box1m box3m box3m box3m"
"box1m box1m box1m box3m box3m box3m"
"box4m box4m box4m box3m box3m box3m"
"box4m box4m box4m box3m box3m box3m"
"box5m box5m box5m box6m box6m box6m"
"box5m box5m box5m box6m box6m box6m"
"box7m box7m box7m box7m box7m box7m"
"box7m box7m box7m box7m box7m box7m ";
}
}
/* desktop grid */
@media screen and (min-width: 760px){
#content{
display: grid;
grid-template-columns: 390px 195px 195px 195px;
grid-template-rows: 100px 100px 100px 100px 100px 60px;
grid-gap: 5px;
grid-template-areas:
"box1 box2 box2 box6"
"box1 box2 box2 box6"
"box1 box3 box3 box6"
"box1 box3 box3 box7"
"box1 box4 box5 box7"
"box1 box4 box5 box7";
}
}
box1 {
grid-area: box1;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/390x585%20BN%20desktop/390x585%20BN%20desktop%20womhoops.jpg");
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
content: "Football";
}
box2 {
grid-area: box2;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/340x122%20BN%20mobile/340x122%20BN%20mobile%20WIH.jpg");
background-repeat: no-repeat;
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box3{
grid-area: box3;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/340x122%20BN%20mobile/340x122%20BN%20mobile%20soccer.jpg");
background-repeat: no-repeat;
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box4{
grid-area: box4;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x165%20BN%20desktop/195x165%20BN%20desktop%20track.jpg");
background-repeat: no-repeat;
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box5{
grid-area: box5;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x165%20BN%20desktop/195x165%20BN%20desktop%20swim.jpg");
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box6 {
grid-area: box6;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x310%20BN%20desktop/195x310%20BN%20Desktop%20Softball.jpg");
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box7 {
grid-area: box7;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x270%20BN%20desktop/195x270%20BN%20field%20hockey.jpg");
color: white;
text-align: center;
font-size: 3rem;
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box1m {
grid-area: box1m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/169x278%20BN%20mobile/169x278%20BN%20mobile%20WBB.jpg");
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box2m {
grid-area: box2m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x165%20BN%20desktop/195x165%20BN%20desktop%20swim.jpg");
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box3m{
grid-area: box3m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/169x278%20BN%20mobile/169x278%20BN%20mobile%20softball.jpg");
background-color: blue;
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 12px;
}
box4m{
grid-area: box4m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/195x165%20BN%20desktop/195x165%20BN%20desktop%20track.jpg");
background-repeat: no-repeat;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box5m{
grid-area: box5m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/169x92%20BN%20mobile/169x92%20BN%20mobile%20soccer.jpg");
background-repeat: no-repeat;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box6m{
grid-area: box6m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/169x92%20BN%20mobile/169x92%20BN%20mobile%20field%20hockey.jpg");
background-repeat: no-repeat;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
box7m{
grid-area: box7m;
background-image: url("https://raw.githubusercontent.com/philrobb/Landing_Pages/master/6-15-20%20BN%20web%20images%20Womens/340x122%20BN%20mobile/340x122%20BN%20mobile%20WIH.jpg");
background-repeat: no-repeat;
background-color: blue;
background-size: 100% 100%;
border-radius: 12px;
}
#clickable {
display:block;
height:100%;
width:100%;
border-radius: 15px;
}
a:hover#flagship {
background-color: black;
opacity: .3;
}
a:hover#clickable {
background-color: black;
opacity: .3;
}
#clickable_rotate {
border-radius: 15px;
}
a:hover#clickable_rotate {
background-color: black;
opacity: .3;
}
img.rotating_images{
border: 1px solid navy;
border-radius: 15px;
}
#clickable_rotate {
border-radius: 15px;
}
a:hover#clickable_rotate {
background-color: black;
opacity: .3;
}
#carousel-example-generic a.carousel-control {
height: 100%;
width: 35px;
background-color:none;
//add your own CSS as you need
}