Files
WebTechnologiak-vizsga/2018-19-1-05/Megoldás/style.css
2024-11-28 16:33:27 +01:00

19 lines
378 B
CSS

h1{
font-family: Arial, Helvetica, sans-serif;
/* border-bottom: 1px solid;
width: fit-content; */
text-decoration:underline;
color: blue;
font-style: italic;
font-size: 24pt;
}
ol{
list-style-type:lower-roman;
}
.liststyle{
border: 5px dashed black;
padding: 0.5cm;
width: fit-content;
height: fit-content;
margin-top: 1cm;
}