I did some homework

This commit is contained in:
Digi
2024-09-18 20:24:12 +02:00
parent dc5ff7ddad
commit 6ebd347e44
9 changed files with 111 additions and 0 deletions

12
20240918_gyak/style.css Normal file
View File

@@ -0,0 +1,12 @@
body{
background-color: aqua;
color: blueviolet;
font-size: large;
}
footer{
background-color: black;
width: 100%;
position: absolute;
bottom: 3px;
}