added session

This commit is contained in:
Digi
2024-09-29 08:53:01 +02:00
parent 22c245f14d
commit 6b33de27f0
7 changed files with 37 additions and 13 deletions

16
20240926/style.css Normal file
View File

@@ -0,0 +1,16 @@
body{
background-color: chocolate;
color: blue;
}
h1, h2, p, form{
text-align: center;
}
p{
font-size: large;
}
button{
margin-top: 1rem;
}