Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbozhena committed Nov 27, 2024
1 parent 27797ad commit 8a96ee2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
/>
</head>
<body>
<h1 class="header-name">Moyo header</h1>
<header class="header">
<a class="logo-img">
<a
class="logo-img"
href="/home"
>
<img
src="/src/images/logo.png"
alt="logo"
Expand Down
7 changes: 6 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

body {
margin: 0;
font-family: Roboto, sans-serif;
font-family: Roboto, Arial, sans-serif;
}

.header-name {
position: absolute;
left: -9999px;
}

.header {
Expand Down

0 comments on commit 8a96ee2

Please sign in to comment.