Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-redman committed Aug 23, 2024
1 parent fa103f6 commit b123e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>
<input
type="text"
placeholder="Try 'Los Angeles'"
placeholder="Try &#34;Los Angeles&#34;"
class="search-input-big"
data-qa="keypress"
/>
Expand All @@ -39,7 +39,7 @@
>
<input
type="text"
placeholder="Los Angeles"
placeholder="Try &#34;Los Angeles&#34;"
class="search-input-small"
/>
<button class="search-button">
Expand Down
8 changes: 5 additions & 3 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

body {
margin: 0 6.9px;
margin: 0 8px;
padding: 0;
font-family: CustomFont, sans-serif;
font-weight: 300;
Expand Down Expand Up @@ -36,7 +36,7 @@ body {

font-family: CustomFont, sans-serif;
height: 70px;
padding: 0 26px;
padding: 0 25px;
color: #3d4e61;

border: 1px solid rgba(225, 231, 237, 1);
Expand All @@ -53,6 +53,7 @@ body {
}

.search-img-big {
margin-top: 1px;
height: 19px;
width: 19px;
margin-right: 19px;
Expand All @@ -78,7 +79,7 @@ body {

width: 100%;
height: 42px;
padding: 0 13px;
padding: 0 12px;

font-family: CustomFont, sans-serif;
color: #3d4e61;
Expand All @@ -97,6 +98,7 @@ body {
}

.search-img-small {
margin-top: 1px;
height: 11px;
width: 11px;
margin-right: 9px;
Expand Down

0 comments on commit b123e8b

Please sign in to comment.