-
Notifications
You must be signed in to change notification settings - Fork 107
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
Develop moyo-header #101
base: master
Are you sure you want to change the base?
Develop moyo-header #101
Conversation
src/index.html
Outdated
alt="MOYO-logo" | ||
class="logo"> | ||
</a> | ||
<nav class="nav-bar"> |
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.
<nav class="nav-bar"> | |
<nav class="nav"> |
src/index.html
Outdated
class="logo"> | ||
</a> | ||
<nav class="nav-bar"> | ||
<ul class="nav-list"> |
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.
<ul class="nav-list"> | |
<ul class="nav__list"> |
src/index.html
Outdated
</a> | ||
<nav class="nav-bar"> | ||
<ul class="nav-list"> | ||
<li class="nav-item"> |
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.
<li class="nav-item"> | |
<li class="nav__item"> |
src/style.css
Outdated
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
/* height: 60px; */ |
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.
delete comments
src/style.css
Outdated
|
||
.is-active, | ||
.nav-link:hover { | ||
color: #00acdc; |
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.
create variable with color
.is-active, | ||
.nav__link:hover { | ||
color: var(--main-color); | ||
cursor: pointer; |
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.
in a tag cursor: pointer is by default
[DEMO LINK] https://HannieA.github.io/layout_moyo-header-en/
[TEST REPORT LINK] https://HannieA.github.io/layout_moyo-header-en/report/html_report/