js_backgammon/style.css

10 lines
119 B
CSS
Raw Normal View History

2018-05-17 22:49:54 +00:00
body {
text-align: center;
background-color: green;
}
ul {
padding-top: 5px;
display: inline-block;
}