0823 add initial js and css

This commit is contained in:
dan
2024-08-23 13:23:25 +02:00
parent 2ba10858ea
commit 36cde5283f
3 changed files with 37 additions and 0 deletions

14
mycss.css Normal file
View File

@@ -0,0 +1,14 @@
html {
background-color: green;
font-size: 20px;
}
ul {
background: red;
padding: 10px;
border: 1px solid black;
}
li {
margin-left: 20px;
}