-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add responsive 404 error page with modern design and decorations #255
base: main
Are you sure you want to change the base?
Conversation
Hi @erison7596. I would like to know how this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for your contributions. I noticed some issues in your code that doesn't follow the style guide. Please make the necessary changes before we can proceed.
padding: 12px 24px; | ||
background: #007dfe; | ||
color: #ffffff; | ||
font-family: "Rubik", sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We recommend using our own declared fonts instead of new ones.
font-family: "Rubik", sans-serif; | ||
font-size: 18px; | ||
font-weight: 400; | ||
color: #555555; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @psychlone77 suggested as well, using custom variables help match with both dark and light themes
margin: 20px 0; | ||
} | ||
|
||
.notfound-description { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use BEM naming convention for naming selectors. You can refer here for details: https://getbem.com/
@@ -0,0 +1,25 @@ | |||
import React from "react"; | |||
import svg404 from "public/404.svg"; // Altere para o caminho correto da imagem 404 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the comment in english
Description
Type of Change
Checklist
Related Issues
Closes #
Additional Context
Screenshots (Optional)
Click to view screenshots