15 lines
170 B
CSS
15 lines
170 B
CSS
|
h6 {
|
||
|
text-align: left;
|
||
|
font-weight: bold;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
text-align: left;
|
||
|
list-style-type: disc;
|
||
|
}
|