Files
aspnet-core-signalr-angular/wwwroot/css/site.css
2016-09-29 17:02:04 +03:00

24 lines
304 B
CSS

body {
background-color: #333;
}
.box {
height: 50px;
background-color: whitesmoke;
margin:5px;
padding: 10px;
text-align: center;
}
.teamScore {
color:orange;
font-weight: bold;
}
.teamName {
color:#333;
}
th, td {
text-align: center;
}