|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
#imgMain {
|
|
|
|
|
background-image: url("../../assets/img/SecondMainBack.jpg");
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-position: bottom center;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
@ -26,4 +26,20 @@
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
width: 85%;
|
|
|
|
|
height: 70%;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
-ms-border-radius: 10px;
|
|
|
|
|
-o-border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#AllBg {
|
|
|
|
|
background-color: #511949;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
background-size: 10px 10px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
|
-ms-border-radius: 5px;
|
|
|
|
|
-o-border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|