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,46 @@
h1 {
font-family: Arial, Helvetica, sans-serif;
color: blue;
margin-top: 0px;
font-size: 24pt;
}
h2 {
font-size: 18pt;
}
h3 {
font-size: 16pt;
}
article section {
border-width: 3px 3px 3px 15px;
border-color: black;
border-style: solid;
padding: 5px;
margin: 10px;
}
.tajekoztato {
border-color: darkgreen;
background-color: lightgreen;
}
.lekesett {
border-color: darkred;
background-color: red;
}
.idobe {
border-color: darkblue;
background-color: lightblue;
}
label {
width: 2cm;
display: inline-block;
}
select {
width: 5cm;
}