Files
webfejlesztes/javascript/mozi/style.css
2022-05-15 20:12:41 +02:00

41 lines
660 B
CSS

body{
/*margin-left: 1%;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 1%;*/
margin: 1%;
}
.flex-container {
display: flex;
/*background-color: DodgerBlue;*/
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
padding: 1%;
}
.szek{
background-color: #f1f1f1;
width: 5%;
margin: 1%;
text-align: center;
line-height: 65px;
font-size: 30px;
}
.sor{
display: flex;
/*background-color: purple;*/
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
}
.foglalt{
background-color: red;
}
.ideiglenes{
background-color: darkturquoise;
}