Skip to content
Snippets Groups Projects
Commit c207b784 authored by Tiago Brito's avatar Tiago Brito
Browse files

Implemented NotFound.css

parent 7938298c
Branches
No related tags found
No related merge requests found
.not-found-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 80vh; /* Adjust the height based on your header and footer */
text-align: center;
}
.not-found-container h1 {
font-size: 80px;
color: #007BFF;
}
.not-found-container h2 {
font-size: 36px;
color: #333;
}
.not-found-container p {
font-size: 16px;
color: #666;
margin-top: 20px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment