-
Notifications
You must be signed in to change notification settings - Fork 0
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
create 404 page #118
create 404 page #118
Conversation
shirleyduong
commented
Nov 10, 2024
<Image | ||
src={Logo} | ||
alt="Highlander Gloves Logo" | ||
className="absolute left-8 size-[620px] translate-y-20 transform items-end" |
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.
is it possible to use % values for size
?
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.
when I try using %, it makes the photo compressed
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.
ok np
src/app/not-found.tsx
Outdated
</p> | ||
<p className="relative font-archivo-black text-9xl">404</p> | ||
</div> | ||
<p className="relative pb-10 pt-4 font-archivo-narrow text-[130px]"> |
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.
use rem
for text
size
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.
do you mean like this? text-[8.125rem]
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.
yes or use em
up to you