• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

css html

  1. Pfap

    HTML5 Mobile safari copy lookup translate disable.

    Is there a way to disable the copy, lookup, and translate bar that appears with tapping on mobile safari? I'm wondering if there's a solution that can be implemented from within GameMaker? It looks like there is this CSS that can be used: -webkit-user-select: none; So, I'll probably just put...
  2. O

    CSS issue center image:

    Hi! I am trying to center an image using css, but it doesn't seem to work in Chrome. Can someone please help me out? Code below: <ul style="text-align: justify;width: 1038px; list-style-type: none; margin: 0; padding: 0; overflow: hidden;border-radius: 25px;"> <li style="background...
Top