contact page and error page created
This commit is contained in:
BIN
assets/images/access-images/contactus.jpg
Normal file
BIN
assets/images/access-images/contactus.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
assets/images/access-images/error-bg.jpg
Normal file
BIN
assets/images/access-images/error-bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
BIN
assets/images/access-images/hero-error.jpg
Normal file
BIN
assets/images/access-images/hero-error.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@@ -14635,6 +14635,15 @@ img {
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/faq-bg.jpg) no-repeat center top / cover;
|
||||
}
|
||||
.error-bg {
|
||||
min-height: 500px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
z-index: 1;
|
||||
background: linear-gradient(rgb(0 0 0 / 35%), rgb(0 0 0 / 48%)), url(../images/access-images/error-bg.jpg) no-repeat center top / cover;
|
||||
}
|
||||
.hero-breadcrumb {
|
||||
text-align: center;
|
||||
margin-top: 40px;
|
||||
@@ -14684,15 +14693,26 @@ img {
|
||||
.popup-title {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
.country-title a {
|
||||
background: #FF7236;
|
||||
color: #fff;
|
||||
padding: 8px 16px;
|
||||
font-family: "Plus Jakarta Sans";
|
||||
text-transform: capitalize;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
background: #FF7236;
|
||||
color: #fff;
|
||||
padding: 8px 16px;
|
||||
font-family: "Plus Jakarta Sans";
|
||||
text-transform: capitalize;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.error {
|
||||
color: #000;
|
||||
font-size: 53px;
|
||||
font-weight: 800;
|
||||
line-height: 82px;
|
||||
text-transform: capitalize;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.error span {
|
||||
color: red;
|
||||
font-size: 80px;
|
||||
}
|
||||
/*extra css*/
|
Reference in New Issue
Block a user