Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Fixed hotlinking
  • Loading branch information
allistersascha authored May 28, 2022
1 parent b736ea7 commit b1265cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background-image: url("https://cdn.pixabay.com/photo/2020/06/25/11/30/pastel-5339368_1280.jpg");
background-image: url("bodybackground.png");
background-repeat: no-repeat;
background-size: cover;}

Expand All @@ -12,7 +12,7 @@ section {
justify-content: center;}

button {
background-image: url("https://img.wallpapersafari.com/desktop/1920/1080/2/64/96BfMP.png");
background-image: url("buttonbackground.png");
background-repeat: repeat;
background-size: contain;}

Expand All @@ -21,4 +21,4 @@ button:active {

img {
display: flex;
justify-content: center;}
justify-content: center;}

0 comments on commit b1265cb

Please sign in to comment.