-
Notifications
You must be signed in to change notification settings - Fork 0
Ethnic origin page #2
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?
Conversation
|
Please move all images into |
index3.html
Outdated
| <img src="assets/logo.jpg"> | ||
| </div> | ||
| <div class="menu"> | ||
| <span>Дерево</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 try with ul+lis
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.
done
…sition: relative' style to position child relatively to his parent container.Refactoring header with with ul+li.
index3.html
Outdated
| <h4> | ||
| <a href="">Домашня сторінка</a> | ||
| </h4> | ||
| <h5> |
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.
This is not correct. Do not use h5 as a wrapper for a bunch of other elements
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.
Look how they do it: div -> ul -> li -> a
Here the link/anchor is not by semantic meaning is really heading, so why to wrap it by h4, just add for instance one class to add styles for all "first-items" in each column: Домашня сторінка, Про нас, Пидтримка
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.
Done
No description provided.