-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Create menu-2.html #81
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
Conversation
Added a better dropdown menu
stevemao
left a comment
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.
Thanks
|
@hiteshrew can you add gif thumbnail to readme file? |
gaurovgiri
left a comment
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.
@hiteshrew Can you fix the formatting? The extra spacing and really not required. Use prettier to fix the formatting.
|
Hahaha dude, it’s been 3 years.
Let it go lol.
…On Thu, 19 Oct 2023 at 12:10 PM, Gaurav Giri ***@***.***> wrote:
***@***.**** requested changes on this pull request.
@hiteshrew <https://github.com/hiteshrew> Can you fix the formatting? The
extra spacing and really not required. Use prettier to fix the formatting.
—
Reply to this email directly, view it on GitHub
<#81 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN7IUO442G4I7P34FENF75DYADDOJAVCNFSM4KLV5TX2U5DIOJSWCZC7NNSXTPCQOVWGYUTFOF2WK43UKJSXM2LFO45TCNRYGY4DIMZUGIZA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
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.
LOL
| <li id="b"><a href="#b">Web Programming</a> | ||
| <div> | ||
| <hr><strong>Frontend:</strong> <a href="#">JavaScript</a> | <a href="#">JQuery</a> | ||
| <hr><strong>Backend:</strong> <a href="#">Node.js<a> | <a href="#">PHP</a> |
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.
| <hr><strong>Backend:</strong> <a href="#">Node.js<a> | <a href="#">PHP</a> | |
| <hr><strong>Backend:</strong> <a href="#">Node.js</a> | <a href="#">PHP</a> |
|
|
||
| .menu ul li div{ | ||
| text-align:left; | ||
| font: normal 11px |
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.
| font: normal 11px | |
| font: normal 11px} |
| } | ||
| .menu ul li:hover{ | ||
|
|
||
| background:linear-gradient (top,#ffffff 0%, #f4f4f4 50%, #ededed 51%,#ffffff 100%); |
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.
| background:linear-gradient (top,#ffffff 0%, #f4f4f4 50%, #ededed 51%,#ffffff 100%); | |
| background:linear-gradient(to top,#ffffff 0%, #f4f4f4 50%, #ededed 51%,#ffffff 100%); |
| position: absolute; | ||
| overflow: hidden; | ||
| z-index: 10000; | ||
| background:linear-gradient(top,#ffffff 0%, #f2f2f2 50%,#e1e1e1 51%,#f6f6f6 100%); |
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.
| background:linear-gradient(top,#ffffff 0%, #f2f2f2 50%,#e1e1e1 51%,#f6f6f6 100%); | |
| background:linear-gradient(to top,#ffffff 0%, #f2f2f2 50%,#e1e1e1 51%,#f6f6f6 100%); |
|
I just try it but look like it doesn't work, can you fix this @hiteshrew |
Added a better dropdown menu