added cv text and style list dots

This commit is contained in:
asus
2023-11-07 13:25:22 +01:00
parent b5eef7b44f
commit 6a2f4fc6a8
2 changed files with 102 additions and 42 deletions

9
styles/text.css Normal file
View File

@@ -0,0 +1,9 @@
ul {
/*
*/
display: block;
list-style-type: "•";
}
li {
display: list-item;
}