Kilencedik vizsga

This commit is contained in:
2024-12-07 00:21:23 +01:00
parent e7b2b7125b
commit 736e022b4b
11 changed files with 602 additions and 1 deletions

View File

@ -0,0 +1,42 @@
h1, h2, h3 {
font-family: Arial, sans-serif;
color: blue;
margin-top: 0px;
}
h1 {
font-size: 24pt;
}
h2 {
font-size: 18pt;
}
h3 {
font-size: 16pt;
}
section {
border-style: solid;
border-width: 3px;
border-left-width: 15px;
padding: 5px;
border-color: blue;
background-color: lightblue;
margin-top: 5mm;
}
.tajekoztato {
border-color: green;
background-color: lightgreen;
}
.keso {
border-color: #cc3300;
background-color: red;
}
label {
display: inline-block;
width: 2cm;
}