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

add task solution #3440

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

add task solution #3440

wants to merge 3 commits into from

Conversation

LadyLiza
Copy link

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a 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
Comment on lines 14 to 18
<form
class="search-bar big-form"
data-qa="big"
method="get"
action="/">

Choose a reason for hiding this comment

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

Need to check and fix it everywhere
image

Suggested change
<form
class="search-bar big-form"
data-qa="big"
method="get"
action="/">
<form
class="search-bar big-form"
data-qa="big"
method="get"
action="/"
>

src/style.css Outdated
margin: 20px 8px 0;
}

.search-bar input {

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;

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

Suggested change
font-style: normal;

src/style.css Outdated
margin: 20px 8px 0;
}

.search-bar .input {

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 {

Choose a reason for hiding this comment

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

check this checklist point
image

Copy link

@anastasiiavorobiova anastasiiavorobiova left a 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

@LadyLiza
Copy link
Author

@anastasiiavorobiova Updated DEMO and TEST links. Could you please check it again?

Copy link

@VitaliyBondarenko1982 VitaliyBondarenko1982 left a comment

Choose a reason for hiding this comment

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

Well done

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.

5 participants