We've had one yes, but what about second background color? #1255
Unanswered
Dragonoftheworld
asked this question in
Creating games with Quest
Replies: 1 comment 4 replies
-
Hello, I'm not much help with CSS, but I would test the game on different devices with different screen sizes to see if it looks okay. If it does, I would think it should be okay. Someone around here who knows more about CSS will most assuredly pop in soon, though. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I created a div for another background-color since I have an image that I want between body.backgroundcolor and '#backcolor'.backgroundcolor so that it overlays my image. The problem is that my custom background color also overlays the text. The solution was to add position.relative to '#gameBorder'. I don't know why it didn't have that before. Is this something that could potentially cause problems?
Beta Was this translation helpful? Give feedback.
All reactions