好看的404页面html
body {
font-family: Arial
sans-serif;
background-color: #f3f3f3;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
}
h1 {
font-size: 3rem;
margin-bottom: 1rem;
color: #333;
}
p {
font-size: 1.5rem;
color: #777;
margin-bottom: 2rem;
}
.error-code {
font-size: 6rem;
font-weight: bold;
color: #555;
margin-bottom: 2rem;
}
.button {
background-color: #008CBA;
color: #fff;
padding: 1rem 2rem;
border-radius: 5px;
font-size: 1.5rem;
text-decoration: none;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #005f7b;
}
Oops! 404 Page Not Found
We're sorry
but the page you requested could not be found.
Go to Home Page