Skip to content

Commit

Permalink
apdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Krrampuss committed Sep 16, 2024
1 parent a1c586f commit 3aecc1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en">
<html class="html" lang="en">
<head>
<meta charset="UTF-8" />
<meta
Expand Down Expand Up @@ -28,12 +28,12 @@
rel="stylesheet"
/>
</head>
<body>
<header>
<body class="body">
<header class="header">
<a href="#">
<img
<img class="img"
src="images/logo.png"
alt="logo"
alt="MOYO_main_logo"
/>
</a>
<nav class="nav">
Expand Down
8 changes: 4 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
padding: 0;
}

html {
.html {
--header-link-color: #00acdc;
}

body {
.body {
margin: 0;
}

img {
.img {
display: block;
}

header {
.header {
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit 3aecc1f

Please sign in to comment.