Shuffle this game on my website under the keyword, cozy

This commit is contained in:
Howard Abrams 2025-04-15 12:00:56 -07:00
parent c78859bae3
commit f2b3a7eb15

View file

@ -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%;