This commit is contained in:
2022-05-18 17:59:01 +02:00
parent ae8c22b3bc
commit 041b0bfba9
4 changed files with 31 additions and 14 deletions

View File

@@ -12,8 +12,19 @@ nav{
width: 100%;
}
footer{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
padding: 1%;
background-color: darkolivegreen;
font-size: 40px;
}
footer div{
margin-right: 6%;
}
.flex-container2{
@@ -21,7 +32,7 @@ footer{
/*background-color: yellow;*/
flex-direction: row;
flex-wrap: wrap;
justify-content: end;
justify-content: center;
padding: 1%;
}
@@ -29,19 +40,24 @@ footer{
background-color: cadetblue;
/*width: 5%;*/
margin: 1%;
margin-right: 5%;
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;
#nev{
background-color: darkolivegreen;
/*width: 5%;*/
margin: 1%;
margin-right: 5%;
padding: 1%;
text-align: center;
font-size: 40px;
}
.flex-container {
display: flex;
width: 100%;