Skip to content

Commit

Permalink
edit iameg
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiExtr committed Apr 25, 2024
1 parent 54e6ba8 commit 5edc188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Css/page_gamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
padding: 16px;
margin: 0 16px;
box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.315);
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/Img/background_gamer.png");
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../Img/background_gamer.png");
background-position: bottom;
background-repeat:no-repeat;
background-size: cover ;
Expand All @@ -31,7 +31,7 @@

.avatar_gamer{
object-fit: cover;
background-image: url("/Img/avatar2.jpg");
background-image: url("../Img/avatar2.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: 200px;
Expand Down

0 comments on commit 5edc188

Please sign in to comment.