Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Develop moyo-header #101

wants to merge 5 commits into from

Conversation

HannieA
Copy link

@HannieA HannieA commented Jan 30, 2023

src/index.html Outdated
alt="MOYO-logo"
class="logo">
</a>
<nav class="nav-bar">

Choose a reason for hiding this comment

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

Suggested change
<nav class="nav-bar">
<nav class="nav">

src/index.html Outdated
class="logo">
</a>
<nav class="nav-bar">
<ul class="nav-list">

Choose a reason for hiding this comment

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

Suggested change
<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">

Choose a reason for hiding this comment

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

Suggested change
<li class="nav-item">
<li class="nav__item">

src/style.css Outdated
display: flex;
align-items: center;
justify-content: center;
/* height: 60px; */

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;

Choose a reason for hiding this comment

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

create variable with color

@HannieA HannieA requested a review from mykhalenych January 31, 2023 21:59
.is-active,
.nav__link:hover {
color: var(--main-color);
cursor: pointer;

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

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.

2 participants