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 #4430

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

add task solution #4430

wants to merge 2 commits into from

Conversation

mklecki
Copy link

@mklecki mklecki commented Aug 16, 2024

  • DEMO LINK

  • TEST REPORT LINK

  • Icon implemented using background-image CSS property

  • Inputs are written inside of 'form' tag with correctly passed attributes

  • All Typical Mistakes from BEM lesson theory are checked.

  • Code follows all the Code Style Rules ❗️

Copy link

@natalia-klonowska natalia-klonowska left a comment

Choose a reason for hiding this comment

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

Great work 🔥 just need to add text shadow on focus for bigger search
image

src/style.css Outdated
@@ -1 +1,242 @@
/* add styles here */

/* #region Reset */

Choose a reason for hiding this comment

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

you don't need to reset all this tags so make it shorter or move to separate file to improve readability of your code :)

src/index.html Outdated
data-qa="keypress"
placeholder="Try “Los Angeles“"
/>
<body class="page-content page__body">

Choose a reason for hiding this comment

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

why creating class page__body? page-content is enough :)

Copy link
Author

Choose a reason for hiding this comment

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

all done as requested :)

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