-
Notifications
You must be signed in to change notification settings - Fork 12
Cubes. Anastasiya Santalova #11
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
base: master
Are you sure you want to change the base?
Cubes. Anastasiya Santalova #11
Conversation
svvald
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.
Great work overall with a couple of minor remarks.
Anastasiya Santalova/hw1.css
Outdated
| height: 100%; | ||
| } | ||
|
|
||
| .weather__background_transparency { |
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.
I'd call it transparent since modifier name is rather adjective than noun like invisible above.
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, you right. Fixed :)
|
|
||
| <div class="weather weather-skyblue"> | ||
|
|
||
| <div class="weather__block_visible"> |
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.
You have a lot of div and span elements that are not semantic. It's not critical but sometimes it's better to use semantic tags like header, main, section, footer etc.
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.
My widget has no header and footer, but I've changed some tags. Thank you for comments!
svvald
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, looks even better now
Test pictures were used. Cross-browser compatibility was not verified.