Skip to content

Commit

Permalink
add link for image
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym2493 committed Nov 26, 2024
1 parent 367fd16 commit 0cbe0e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@

<body>
<header class="header">
<img
class="logo"
src="images/logo.png"
alt="logo"
/>
<a href="#">
<img
class="logo"
src="images/logo.png"
alt="Company Logo"
/>
</a>

<nav class="nav">
<ul class="nav__list">
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
margin: 0;
font-size: 12px;
font-family: Roboto, serif;
font-family: Roboto, sans-serif;
}

.header {
Expand Down

0 comments on commit 0cbe0e9

Please sign in to comment.