diff --git a/custom.css b/custom.css index eac6c61..24396fc 100644 --- a/custom.css +++ b/custom.css @@ -1,11 +1,21 @@ -#buttonDiv { - +body { + background-image: url("stoneBrick.png"); + background-repeat: repeat; } - canvas { padding: 10; margin-left: auto; margin-right: auto; display: block; - width: 570 -} \ No newline at end of file + width: 570px; + height: 170px; + box-shadow: 10px 10px 5px #333333; +} + +#buttonDiv { + width: 500px + height: 170px +} + + + diff --git a/stoneBrick.png b/stoneBrick.png new file mode 100644 index 0000000..44948f1 Binary files /dev/null and b/stoneBrick.png differ