Files
rootxwire/static/assets/scss/elements/_404_page.scss
2024-07-07 14:31:05 +05:30

33 lines
724 B
SCSS

/* --------------- faq-page style-5 --------------- */
.erorr-404-page.style-5{
position: relative;
color: #000;
.erorr-page{
background-image: url(../img/comming_back1.png);
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 100px 0;
.content{
padding-top: 125px;
.info{
.icon{
width: 100px;
margin-bottom: 30px;
}
}
.img{
img{
height: 550px;
}
}
}
}
}