-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 #5346
Develop #5346
Conversation
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! Almost done!
src/style.css
Outdated
a[data-qa]:hover { | ||
color: #00acdc; | ||
} | ||
|
||
/* [data-qa='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.
a[data-qa]:hover { | |
color: #00acdc; | |
} | |
/* [data-qa='hover'] { | |
color: #00acdc; | |
} */ |
src/style.css
Outdated
} | ||
|
||
.is-active::after { | ||
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.
Consider using variables for repeating colors
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.
Змінила ноуд на 20, можливо через це не пропускає
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.
Good job 👍
Let's make your code better
src/index.html
Outdated
</a> | ||
<nav class="nav"> |
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.
</a> | |
<nav class="nav"> | |
</a> | |
<nav class="nav"> |
src/index.html
Outdated
</li> | ||
<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.
Add the blank line between the links
</li> | |
<li class="nav__item"> | |
</li> | |
<li class="nav__item"> |
src/style.css
Outdated
html { | ||
margin: 0; | ||
} |
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.
html { | |
margin: 0; | |
} |
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.
Не розумію,що тут виправити?
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.
видалити цей селектор
src/style.css
Outdated
a[data-qa]:hover { | ||
color: var(--main-color); | ||
} |
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.
a[data-qa]:hover { | |
color: var(--main-color); | |
} |
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.
Не розумію,що тут виправити?
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.
видалити
src/style.css
Outdated
a.is-active { | ||
color: var(--main-color); | ||
} |
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.
a.is-active { | |
color: var(--main-color); | |
} |
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.
Не розумію,що тут виправити?
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.
видалити теж
src/style.css
Outdated
html { | ||
margin: 0; | ||
} |
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.
видалити цей селектор
src/style.css
Outdated
a.is-active { | ||
color: var(--main-color); | ||
} |
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.
видалити теж
src/style.css
Outdated
a[data-qa]:hover { | ||
color: var(--main-color); | ||
} |
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.
видалити
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.
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.
Hi, you need to fix all comments from the previous review, if you need help feel free in the fe_chat
I make changes and write, but they are not saved for some reason
вт, 10 вер. 2024 р. о 11:02 Volodymyr Soltys ***@***.***>
пише:
… ***@***.**** requested changes on this pull request.
Hi, you need to fix all comments from the previous review, if you need
help feel free in the fe_chat
—
Reply to this email directly, view it on GitHub
<#5346 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH4X7TNMODD5D2UFEE7BBATZV2RQDAVCNFSM6AAAAABN4SK7ECVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEOJRGY3TAMRSG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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!
text-transform: uppercase; | ||
} | ||
|
||
.nav_list:first-child { |
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_list:first-child { | |
.nav__item:first-child { |
Header height is set in 1 place (for the links)
Content is vertically centered (for any header height). - [x]
CSS is used to show all letters in Uppercase (don't type them in HTML) - [x]
Logo is an image wrapped with a link - [x]
CSS Variable is used for a blue color
Pseudo-element is used for a blue line below the active link - [x]
Code follows all the [Code Style Rules ❗️] - x