Files
webfejlesztes/javascript/mozi/style.css

90 lines
1.4 KiB
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-16 17:02:18 +02:00
background-color: darkslategray;
}
nav{
background-color: darkolivegreen;
width: 100%;
}
footer{
background-color: darkolivegreen;
}
.flex-container2{
display: flex;
/*background-color: yellow;*/
flex-direction: row;
flex-wrap: wrap;
justify-content: end;
padding: 1%;
}
.flex-container2 div{
background-color: cadetblue;
/*width: 5%;*/
margin: 1%;
padding: 1%;
text-align: center;
font-size: 30px;
}
.flex-container2 p{
justify-content: flex-start;
font-weight: 600;
font-size: 30px;
padding-top: 0.6%;
line-height: 75px;
2022-05-15 19:44:10 +02:00
}
.flex-container {
display: flex;
2022-05-16 17:02:18 +02:00
width: 100%;
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-16 17:02:18 +02:00
height: 10%;
margin-left: 5%;
margin-bottom: 1%;
2022-05-15 19:44:10 +02:00
text-align: center;
2022-05-16 17:02:18 +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;
2022-05-16 17:02:18 +02:00
}
a:link{
text-decoration: none;
color: black;
}
a{
color: black;
2022-05-15 19:44:10 +02:00
}