-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Html css popup #206
Html css popup #206
Conversation
Hey! Congratulations with your PR! 😎😎😎 Please, be sure you haven't followed common mistakes. Also, be aware, that if you would silently ignore this recommendation, a mentor may think that you are still working on fixes. And your PR will not be reviewed. 😒 |
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.
Wow, you did a great work, I almost don't have comments, well done!
See few comments to make it little better
<ul class="popup__menu__main"> | ||
<li class="popup__menu__item"> | ||
<a href="#Calendar"> | ||
<img src="images/kottans-calendar.png" alt="Calendar" class="popup__icons"> |
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.
For icons it's better set an empty alt attribute, read more here
<nav class="nav__menu"> | ||
<ul class="ul__items"> | ||
<li> | ||
<a href="#Mail" class="main__nav-buttons mail"><span |
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, read more about BEM
I don't see class name of block main__nav
Thanks for your review! I made the changes and it should be better now. |
* added files for HTML-CSS-POPUP task * Added empty row at the end * created responsive design * fixed # of colors, removed value in alt, added BEM
HTML-CSS-Popup
Demo |
Code base
The code is submitted in a dedicated feature branch.
Only code files are submitted.
Please, review.