-
Notifications
You must be signed in to change notification settings - Fork 80
Fullscreen Overlay Navigation #80
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
Fullscreen Overlay Navigation #80
Conversation
Completed making the idea of full screen navbar
body { | ||
font-family: 'Playfair Display', serif; | ||
background: #fdfdea; | ||
transition: all 2s ease; | ||
} | ||
h1 { | ||
font-size: 4rem; | ||
font-weight: 400; | ||
} | ||
h3 { | ||
font-size: 1.5em; | ||
} |
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.
don't add styling directly to HTML tags, use classes instead
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.
@thepranaygupta did the changes 👍.
Applied css to classes of tags instead of applying direct to tag names
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.
Just add a class to body tag too else everything looks great
@nandini7637 done 👍 ! added class to body |
Completed making the idea of full screen navbar
Here is the preview
Fullscreen Overlay Navigation
Tech Stack Used
Preview