tbmcplugins.github.io/custom.css
AliLaptop 533b4a9109 Background adjustment
Implemented dropshadow, changed the background to stone
2016-06-01 19:12:45 -04:00

21 lines
299 B
CSS

body {
background-image: url("stoneBrick.png");
background-repeat: repeat;
}
canvas {
padding: 10;
margin-left: auto;
margin-right: auto;
display: block;
width: 570px;
height: 170px;
box-shadow: 10px 10px 5px #333333;
}
#buttonDiv {
width: 500px
height: 170px
}