diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-20 22:37:35 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-21 13:23:45 -0400 |
commit | 337bdbbc21e4e091cb0d53a8266504a6506fec51 (patch) | |
tree | ad0a685591d921abdf975f4286aa910758fd754f /www/index.html | |
parent | 81f028bb73e43bbe9c5252085ebb2f2d55290f7b (diff) | |
download | html5ks-337bdbbc21e4e091cb0d53a8266504a6506fec51.tar.xz html5ks-337bdbbc21e4e091cb0d53a8266504a6506fec51.zip |
still working
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index e58669c..91d6de4 100644 --- a/www/index.html +++ b/www/index.html @@ -20,12 +20,13 @@ #container { width: 800px; height: 600px; + position: absolute; top: 50%; margin-top: -300px; left: 50%; margin-left: -400px; - position: absolute; overflow: hidden; + cursor: url("dump/ui/mousecursor.png"), default; } @keyframes toright { from { |