Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin19939 committed Mar 29, 2024
1 parent 821a347 commit a6ed655
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/styles/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,10 @@
background-image: url(../images/scroll_up.png);
width: 30px;
height: 30px;
transition: transform 0.3s;

&:hover {
transform: scale(1.2);
}
}
}
1 change: 1 addition & 0 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}

&__title {
font-family: "Playfair Display", sans-serif;;
width: 300px;
color: $c-white;
font-size: 48px;
Expand Down
5 changes: 5 additions & 0 deletions src/styles/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
display: block;
width: 25px;
height: 20px;
transition: transform 0.3s;

&--menu {
background-image: url(../images/Group5.png);
}

&:hover {
transform: scale(1.2);
}
}
3 changes: 2 additions & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
}

html {
font-family: Playfair Display, sans-serif;
font-family: "Playfair Display", sans-serif;
scroll-behavior: smooth;
}

body {
background: $c-gray;
}
2 changes: 1 addition & 1 deletion src/styles/visit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

&__text {
font-family:
Playfair Display,
"Playfair Display",
sans-serif;
padding-top: 50px;
color: $c-white;
Expand Down

0 comments on commit a6ed655

Please sign in to comment.