Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonin777 committed Dec 18, 2023
1 parent d5bbc82 commit 1efff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

html{
font-size: 62.5%;/* 16 px mult 62,5% = 10 rem*/
background:linear-gradient(to top,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0) 5%), url(/asset/best-naruto-wallpaper-hd-2017-01.jpg)no-repeat fixed center center / cover;
background:linear-gradient(to top,rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0) 5%), url(../asset/best-naruto-wallpaper-hd-2017-01.jpg)no-repeat fixed center center / cover;

}
body{
Expand Down

0 comments on commit 1efff83

Please sign in to comment.