mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-24 02:07:58 +00:00
24 lines
304 B
CSS
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;
|
|
} |