Files
webfejlesztes/javascript/mozi/style.css

106 lines
1.6 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%;
}
2022-05-18 17:59:01 +02:00
2022-05-16 17:02:18 +02:00
footer{
2022-05-18 17:59:01 +02:00
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding: 1%;
2022-05-16 17:02:18 +02:00
background-color: darkolivegreen;
2022-05-18 17:59:01 +02:00
font-size: 40px;
}
footer div{
margin-right: 6%;
2022-05-16 17:02:18 +02:00
}
.flex-container2{
display: flex;
/*background-color: yellow;*/
flex-direction: row;
flex-wrap: wrap;
2022-05-18 17:59:01 +02:00
justify-content: center;
2022-05-16 17:02:18 +02:00
padding: 1%;
}
.flex-container2 div{
background-color: cadetblue;
/*width: 5%;*/
margin: 1%;
2022-05-18 17:59:01 +02:00
margin-right: 5%;
2022-05-16 17:02:18 +02:00
padding: 1%;
text-align: center;
font-size: 30px;
}
2022-05-18 17:59:01 +02:00
#nev{
background-color: darkolivegreen;
/*width: 5%;*/
margin: 1%;
margin-right: 5%;
padding: 1%;
text-align: center;
font-size: 40px;
2022-05-15 19:44:10 +02:00
}
2022-05-18 17:59:01 +02:00
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
}