Files
webfejlesztes/javascript/mozi/style.css

41 lines
660 B
CSS
Raw Normal View History

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