Difference between revisions of "Template:Ruperto Carola/css/style"

Line 55: Line 55:
  
 
.test {color: red;}
 
.test {color: red;}
 
 
<!-- Carousel using Bootstrap4 by Behnam Nikkhah on CodePen.io -->
 
 
body {
 
  background: black;
 
}
 
 
.carousel-indicators {
 
    position: static;
 
 
 
  .item {
 
   
 
    &.active {
 
      background: transparent;
 
     
 
      img {
 
        opacity: 0.7;
 
      }
 
    }
 
  }
 
}
 
  
 
/*# sourceMappingURL=style.css.map */
 
/*# sourceMappingURL=style.css.map */

Revision as of 11:43, 21 October 2019

body {

 overflow-x: hidden;

}

svg {

 height: 200px;
 width: 200px;

}

  1. rupertoContent {
 width: 100%;
 margin-top: 110px;
 font-size: 16px;

}

.nav-pic {

 height: 48px;

}

.nav-link {

 line-height: 42px;

}

.container-fluid#banner {

 text-align: center;
 padding: 150px;
 position: relative;
 z-index: 2;
 color: white;
 background-size: cover;

}

@media screen and (max-width: 600px) {

 .container-fluid#banner {
   padding: 30px;
 }

}

.container-fluid#banner div {

 max-width: 600px;
 text-align: justify;

}

.container-fluid#banner div h1 {

 color: white !important;
 text-align: left;
 text-indent: 50px;
 margin-bottom: 6px;

}


p { margin-bottom: 1rem; }

body p:last-child { margin-bottom: 0px; }

.test {color: red;}

/*# sourceMappingURL=style.css.map */