Skip to content

Commit

Permalink
regression background
Browse files Browse the repository at this point in the history
  • Loading branch information
julkwel committed Jan 4, 2019
1 parent f4d98dc commit 7a49cd5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 33 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bonane.surge.sh
59 changes: 26 additions & 33 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* basic styles for black background and crosshair cursor */

body {
background: linear-gradient(rgba(13, 87, 87, 0.692), rgba(0, 0, 0, 0.836)) !important;
background: #000 !important;
margin: 0;
overflow: hidden !important;
overflow: hidden!important;
}

canvas {
Expand All @@ -29,60 +29,54 @@ canvas {
/**
Carroussel css
*/

/* carousel */

#quote-carousel {
#quote-carousel
{
padding: 0 10px 30px 10px;
margin-top: 30px;
}

/* Control buttons */

#quote-carousel .carousel-control {
#quote-carousel .carousel-control
{
background: none;
color: #222;
font-size: 2.3em;
text-shadow: none;
margin-top: 30px;
}

/* Previous button */

#quote-carousel .carousel-control.left {
#quote-carousel .carousel-control.left
{
left: -12px;
}

/* Next button */

#quote-carousel .carousel-control.right {
#quote-carousel .carousel-control.right
{
right: -12px !important;
}

/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
#quote-carousel .carousel-indicators
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}

/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
#quote-carousel .carousel-indicators li
{
background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
#quote-carousel .carousel-indicators .active
{
background: #333333;
}

#quote-carousel img {
#quote-carousel img
{
width: 250px;
height: 100px
}

/* End carousel */

.item blockquote {
Expand All @@ -101,23 +95,27 @@ Carroussel css
margin-right: 10px;
}



/**
MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
#quote-carousel {
#quote-carousel
{
margin-bottom: 0;
padding: 0 40px 30px 40px;
}

}

/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {

/* Make the indicators larger for easier clicking with fingers/thumb on mobile */

#quote-carousel .carousel-indicators {
bottom: -20px !important;
}
Expand All @@ -134,9 +132,4 @@ Carroussel css
}
}

.gasy-content {
width: 100% !important;
height: 100% !important;
overflow-y: hidden;
overflow-x: hidden !important;
}
.gasy-content{width: 100%!important;height: 100%!important;overflow-y: hidden;overflow-x: hidden!important;}

0 comments on commit 7a49cd5

Please sign in to comment.