Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazafakerqq committed Feb 3, 2025
1 parent 61bb475 commit 92b0ddc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
http-equiv="X-UA-Compatible"
content="ie=edge"
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald:[email protected]&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sen:[email protected]&display=swap" rel="stylesheet">
<title>Document</title>
<link
rel="stylesheet"
Expand All @@ -23,7 +26,7 @@
data-qa="big"
>
<img
src="../src/images/Search.svg"
src="src/images/Search.svg"
alt="big_search"
class="big_img_search img_search"
/>
Expand All @@ -40,14 +43,14 @@
data-qa="small"
>
<img
src="../src/images/Search.svg"
src="src/images/Search.svg"
alt="small_search"
class="small_img_search img_search"
/>
<input
class="small_bar"
type="text"
data-qa="hover"
data-qa="keypress"
placeholder="Try “Los Angeles“"
/>
</div>
Expand Down
5 changes: 5 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
body {
margin: 0;
}

@font-face {
font-family: Roboto, sans-serif;
src: url();
font-weight: 300;
}

Expand Down

0 comments on commit 92b0ddc

Please sign in to comment.