diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..c07319c --- /dev/null +++ b/css/style.css @@ -0,0 +1,35 @@ +/* ========================================== +/* +/* CSS RESET +/* +/* ========================================== */ + +body, h1 { + margin: 0; + padding: 0; +} + +/* ========================================== +/* +/* HOME +/* +/* ========================================== */ + +.wrap { + width: 960px; + margin: 0 auto; + padding-top: 40px; +} + +/* ========================================== +/* +/* GAMEAREA +/* +/* ========================================== */ + +#gamearea { + margin: 10px 20px; + background: #efefef; + border-radius: 10px; + position: relative; +}
\ No newline at end of file |
