ble-server/public/css/main.css

9 lines
105 B
CSS
Raw Normal View History

2017-09-05 10:36:35 +00:00
html, body{
height: 100%;
width: 100%;
background-color: #eee;
2017-09-07 09:18:51 +00:00
}
.t-right {
text-align: right;
2017-09-05 10:36:35 +00:00
}