Repozitař s webem k orgodostihům
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

53 lines
709 B

ul {
list-style-type: none;
}
#content {
width: 100%;
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: flex-end;
}
.team_bar {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.points {
font-size: 32pt;
}
.emergs {
font-size: 20pt;
}
.teams {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.team {
margin: 5px;
padding: 5px;
border: 1px solid rgba(128,128,128,1);
}
.persons {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.bar {
float: left;
width: 100px;
margin: 5px;
border: 1px solid rgba(0, 0, 0, .2);
background-color: blue;
}