19 lines
378 B
CSS
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;
|
|
} |