GET and POST done

This commit is contained in:
TypoMustakes
2024-04-22 14:50:21 +02:00
parent c250204ace
commit 4b20644236
3 changed files with 98 additions and 3 deletions

View File

@@ -1,2 +1,37 @@
body {
table
{
width: 100%;
}
table, th, td
{
border: 1px solid black;
}
table
{
border-collapse: collapse;
}
th,td
{
padding: 5px;
}
th
{
background-color: rgb(127, 255, 138);
}
#formdiv
{
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
#formdiv button input
{
margin: 10px;
padding: 5px;
}