Shuffle this game on my website under the keyword, cozy
This commit is contained in:
parent
c78859bae3
commit
f2b3a7eb15
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
html {
|
||||
background-color: #E3ECDE;
|
||||
background-image: url("static/website/images/background.jpg");
|
||||
background-image: url("cozy/static/website/images/background.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-position: center bottom;
|
||||
|
|
@ -89,7 +89,7 @@ a.playbutton {
|
|||
padding: 50px;
|
||||
margin-left: 70px;
|
||||
|
||||
background-image: url("static/website/images/parchment-paper.png");
|
||||
background-image: url("cozy/static/website/images/parchment-paper.png");
|
||||
background-repeat: no-repeat;
|
||||
/* background-size: cover; */
|
||||
background-size:100% 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue