Some CSS fixes

This commit is contained in:
2022-07-11 23:50:21 +03:00
parent 14db58627e
commit 9f88b2c7b8
8 changed files with 102 additions and 58 deletions
+12
View File
@@ -0,0 +1,12 @@
div.linkspage {
margin: 10px;
padding: 10px;
border: 1px solid black;
border-radius: 20px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}