This commit is contained in:
2022-06-06 13:02:20 +02:00
parent 3389d3ea6a
commit 62d2339760
3008 changed files with 1324485 additions and 58 deletions

37
kirandulas/style.css Normal file
View File

@@ -0,0 +1,37 @@
header{
background-color: darkgray;
color: white;
}
#headerKepDiv{
padding-left: 1%;
padding-right: 1%;
}
#textK{
/*Nem mukodott*/
}
.flex-container {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
}
.flex-container div{
margin-top: 1%;
margin-bottom: 1%;
margin-right: 1%;
}
.kartya{
border: 1px solid black;
}
footer{
background-color: darkgray;
color: white;
}