-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
done search-bar #3864
base: master
Are you sure you want to change the base?
done search-bar #3864
Conversation
IvanVaniuk
commented
Dec 9, 2023
- DEMO LINK
- TEST REPORT LINK
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 job! Consider the comments for the next tasks!
method="POST" | ||
class="box" | ||
> | ||
<div href="#" class="box__icon"></div> |
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.
The 'div' element does not support the 'href' attribute. Consider using an 'a' tag instead if you want to create a link.
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.
я делал через а, решил потом подумал, сделать через див, просто тег переименовал, за href вообще забыл )
спасибо за коменты, учту )
method="POST" | ||
class="box" | ||
> | ||
<div href="#" class="box__link"></div> |
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.
The 'div' element does not support the 'href' attribute. Consider using an 'a' tag instead if you want to create a link.
margin-top: 20px; | ||
margin-left: 8px; | ||
margin-right: 8px; |
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.
margin-top: 20px; | |
margin-left: 8px; | |
margin-right: 8px; | |
margin: 20px 8px 0 8px; |