Skip to content

Conversation

@hiteshrew
Copy link

Added a better dropdown menu

Added a better dropdown menu
Copy link
Member

@stevemao stevemao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@NamPNQ
Copy link
Member

NamPNQ commented Feb 4, 2020

@hiteshrew can you add gif thumbnail to readme file?

Copy link
Contributor

@gaurovgiri gaurovgiri left a 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.

@hiteshrew
Copy link
Author

hiteshrew commented Oct 19, 2023 via email

Copy link
Contributor

@gaurovgiri gaurovgiri left a 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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
font: normal 11px
font: normal 11px}

}
.menu ul li:hover{

background:linear-gradient (top,#ffffff 0%, #f4f4f4 50%, #ededed 51%,#ffffff 100%);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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%);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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%);

@NamPNQ
Copy link
Member

NamPNQ commented Oct 24, 2023

I just try it but look like it doesn't work, can you fix this @hiteshrew

@aayush105 aayush105 closed this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants