mirror of https://github.com/reiyua/reiyua.lol.git
Add styles for the Error message on 404 page
This commit is contained in:
parent
2b58a885c4
commit
b0731ad1b8
15
styles.css
15
styles.css
|
@ -83,4 +83,17 @@ h1 {
|
||||||
.social-logo.email-logo {
|
.social-logo.email-logo {
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.error-message {
|
||||||
|
font-size: 1.5em;
|
||||||
|
color: #ffcccb; /* Light red color */
|
||||||
|
background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
|
||||||
|
padding: 15px 30px;
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
|
||||||
|
margin-top: 20px;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Jersey 10', sans-serif;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue