Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Onyshchenko committed Dec 20, 2024
1 parent 131e3d8 commit 3d4993a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<body>
<header class="header">
<a
href="https://s3-alpha-sig.figma.com/img/833f/9aab/47d660efd384318772b6b8040db831aa?Expires=1735516800&Key-Pair-Id=APKAQ4GOSFWCVNEHN3O4&Signature=QZ6lDmSpPbHeqT6gx2d4ZGNPU8LtHi2aEk~52e~6cOVwfkoMC7XOPL4U4W1xi6nsET5fKBG-6anx9moX1kG2ojI9ybSZVp~wvLo1FQNCSLJ2VQaovKKdEdu9QS~nc1y7eQUjzQ3cc~dcc4TiSv8NTaaU~LO3Y0BqW8AdW8udXTDWtPXujxk0DcitGrla8txLiT95QDpl00-sxZAO7HUlXZnNlstj-lG~aihOdrPfcQoouTWmnrb0pHmmtQ-naqsO-~~dW63bzNqj5-~g6m94uZI1J-6PqsE9uYyrA3EKtq2jquuZCFc~o930E55ToOkD3DptflqLKky-zEe-HWvxzg__"
href="index.html"
class="logo"
>
<img
Expand All @@ -58,7 +58,7 @@
</li>
<li>
<a
href="#lc"
href="#laptops-computers"
data-qa="hover"
>
Laptops & Computers
Expand Down
3 changes: 2 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ li {
.panel a {
text-transform: uppercase;
text-align: center;
color: #000;
color: var(--black-color);
font-size: 12px;
font-weight: 500;
line-height: 60px;
Expand Down Expand Up @@ -79,4 +79,5 @@ li:last-child {

:root {
--blue-color: #00acdc;
--black-color: #000;
}

0 comments on commit 3d4993a

Please sign in to comment.