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
13
styles.css
13
styles.css
|
@ -84,3 +84,16 @@ h1 {
|
|||
width: 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