|
|
@ -13,7 +13,7 @@ html::before { /* Add a pseudo-element to the html element */
|
|
|
|
bottom: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: -1; /* Set a negative z-index to move the pseudo-element below the content */
|
|
|
|
z-index: -1; /* Set a negative z-index to move the pseudo-element below the content */
|
|
|
|
background: url(bg-images/bg4.jpg) no-repeat center center fixed;
|
|
|
|
background: url(bg-images/bg4.jpg) no-repeat center center fixed;
|
|
|
|
background-size: cover;
|
|
|
|
background-size: 200%;
|
|
|
|
|
|
|
|
|
|
|
|
/* Add animation properties */
|
|
|
|
/* Add animation properties */
|
|
|
|
-webkit-animation: spin 100s linear infinite;
|
|
|
|
-webkit-animation: spin 100s linear infinite;
|
|
|
@ -78,8 +78,8 @@ html::before { /* Add a pseudo-element to the html element */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.slide {
|
|
|
|
.slide {
|
|
|
|
width: 350px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 3%;
|
|
|
|
margin: 0%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#wheel{
|
|
|
|
#wheel{
|
|
|
|