Background adjustment
Implemented dropshadow, changed the background to stone
This commit is contained in:
parent
63779cfdf1
commit
533b4a9109
2 changed files with 15 additions and 5 deletions
20
custom.css
20
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
|
||||
}
|
||||
width: 570px;
|
||||
height: 170px;
|
||||
box-shadow: 10px 10px 5px #333333;
|
||||
}
|
||||
|
||||
#buttonDiv {
|
||||
width: 500px
|
||||
height: 170px
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
BIN
stoneBrick.png
Normal file
BIN
stoneBrick.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
Loading…
Reference in a new issue