CompUGE-Bench / src /app /error_handling /not-found /not-found.component.css
Ahmad Shallouf
added new modifications
27e40c0
raw
history blame contribute delete
365 Bytes
.not-found-container {
text-align: center;
margin-top: 50px;
}
.not-found-container h1 {
font-size: 3em;
margin-bottom: 20px;
}
.not-found-container p {
font-size: 1.5em;
margin-bottom: 30px;
}
.home-link {
font-size: 1.2em;
color: #007bff;
text-decoration: none;
transition: color 0.2s ease-in-out;
}
.home-link:hover {
color: #0056b3;
}