-
Notifications
You must be signed in to change notification settings - Fork 4k
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
add task solution #3440
base: master
Are you sure you want to change the base?
add task solution #3440
Conversation
LadyLiza
commented
Jul 25, 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.
Good job 👍
But let's make your code perfect
src/index.html
Outdated
<form | ||
class="search-bar big-form" | ||
data-qa="big" | ||
method="get" | ||
action="/"> |
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
margin: 20px 8px 0; | ||
} | ||
|
||
.search-bar input { |
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.
Need to write styles for input with classes selector
src/style.css
Outdated
@font-face { | ||
font-family: "Avenir Heavy"; | ||
src: url("./fonts/Avenir-Heavy.ttf"); | ||
font-style: normal; |
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.
Default value, you can just remove it
font-style: normal; |
src/style.css
Outdated
margin: 20px 8px 0; | ||
} | ||
|
||
.search-bar .input { |
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.
do not combine selectors
src/style.css
Outdated
background-position: 25px center; | ||
} | ||
|
||
.small-form .input { |
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.
Great code! Unfortunately, the DEMO link doesn't work, consider deploying your solution
@anastasiiavorobiova Updated DEMO and TEST links. Could you please check it again? |
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.
Well done