first initial
This commit is contained in:
20
public/assets/css/demo1/pages/error/error-2.css
Normal file
20
public/assets/css/demo1/pages/error/error-2.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.kt-error-v2 {
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover; }
|
||||
.kt-error-v2 .kt-error_container .kt-error_title2 > h1 {
|
||||
font-size: 6rem;
|
||||
text-align: center;
|
||||
margin-top: 45rem;
|
||||
font-weight: 500; }
|
||||
.kt-error-v2 .kt-error_container .kt-error_desc {
|
||||
font-size: 2.5rem;
|
||||
text-align: center;
|
||||
display: block;
|
||||
font-weight: 700; }
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.kt-error-v2 .kt-error_container .kt-error_desc {
|
||||
padding-left: 0.6rem;
|
||||
padding-right: 0.6rem; } }
|
||||
Reference in New Issue
Block a user