create nested-list class and style to have filled circles for items

This commit is contained in:
emma 2024-12-18 23:40:10 -05:00
parent e64070cf12
commit bf8b3a69ae
2 changed files with 5 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</li>
<li>
12-18-2024
<ul>
<ul class="nested-list">
<li>
i expanded <a href="../life/music.php" target="_blank">music</a> and added youtube links for a few songs and also wrote a section about playing music on the guitar.
</li>

View File

@ -221,3 +221,7 @@ main section ul li {
.gallery-text-left {
text-align: left;
}
.nested-list {
list-style-type: disc;
}