template / create the components of the honor page
This commit is contained in:
+33
-24
@@ -5,7 +5,7 @@
|
||||
font-family: "Iransans";
|
||||
src: url("/public/fonts/IRANSansWebFaNum.woff2");
|
||||
}
|
||||
html{
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
body {
|
||||
@@ -54,20 +54,18 @@ body {
|
||||
margin: 0% auto;
|
||||
padding-bottom: 39%;
|
||||
}
|
||||
.ourStory{
|
||||
background-image: url('/public/images/aboutBg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 155%;
|
||||
background-position-y: -10vw;
|
||||
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.ourStory{
|
||||
background-image: url('/public/images/aboutBg.jpg');
|
||||
.ourStory {
|
||||
background-image: url("/public/images/aboutBg.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 180% 155%;
|
||||
background-position-x: -35vw;
|
||||
|
||||
background-size: 100% 155%;
|
||||
background-position-y: -10vw;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
.ourStory {
|
||||
background-image: url("/public/images/aboutBg.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 180% 155%;
|
||||
background-position-x: -35vw;
|
||||
}
|
||||
.imgWrap {
|
||||
padding-bottom: 5vw !important;
|
||||
@@ -85,7 +83,7 @@ background-position-y: -10vw;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
margin-top: 5vw !important;
|
||||
|
||||
|
||||
/* background-repeat: no-repeat; */
|
||||
}
|
||||
.imgWrap .two {
|
||||
@@ -100,8 +98,8 @@ background-position-y: -10vw;
|
||||
left: 74% !important;
|
||||
background-position: 85% 50%;
|
||||
}
|
||||
}
|
||||
.imgWrap > div {
|
||||
}
|
||||
.imgWrap > div {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 23%;
|
||||
@@ -176,10 +174,21 @@ background-position-y: -10vw;
|
||||
background-position: -2001.4% 0;
|
||||
}
|
||||
|
||||
.contact{
|
||||
background-image: url('/public/images/aboutBg.jpg');
|
||||
background-image: url('/public/images/aboutBg.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 185%;
|
||||
background-position-y: -16vw;
|
||||
}
|
||||
.contact {
|
||||
background-image: url("/public/images/aboutBg.jpg");
|
||||
background-image: url("/public/images/aboutBg.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 185%;
|
||||
background-position-y: -16vw;
|
||||
}
|
||||
|
||||
.slide1 {
|
||||
background-image: url('/public/images/slider.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
}
|
||||
.mediagallery{
|
||||
background-image: url('/public/images/gallery2.jpg');
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user