diff options
Diffstat (limited to 'public/css/drawdrawdraw.css')
| -rw-r--r-- | public/css/drawdrawdraw.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/public/css/drawdrawdraw.css b/public/css/drawdrawdraw.css index 6d2ed12..0a33b61 100644 --- a/public/css/drawdrawdraw.css +++ b/public/css/drawdrawdraw.css @@ -55,4 +55,19 @@ body { } #image { display: none; -}
\ No newline at end of file +} + +#voting { + position: absolute; + left: 400px; + top: 50px; +} +#voting li { + list-style-type: none; +} + +#winning { + position: absolute; + left: 400px; + top: 50px; +} |
