BrakingBall/styles.css

19 lines
224 B
CSS
Raw Permalink Normal View History

2019-10-18 09:40:05 +00:00
table {
border-spacing: 0 0;
}
td {
height: 15px;
width: 13px;
/*border: 1px solid black;*/
text-align: center;
margin: 0;
padding: 0;
}
#container {
margin: 0 auto;
position: absolute;
border: 3px solid pink;
}