create nested-list class and style to have filled circles for items
This commit is contained in:
parent
e64070cf12
commit
bf8b3a69ae
|
@ -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>
|
||||
|
|
|
@ -221,3 +221,7 @@ main section ul li {
|
|||
.gallery-text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.nested-list {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue