Fix id div form aggiunta

This commit is contained in:
2026-01-25 16:36:35 +01:00
parent 51629331c9
commit 96fb8f7ea0
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<div id="formDiStoGrandissimoCazzo"> <div id="formAggiunta">
<h1 style="text-align: center;">Inserimento Voti</h1> <h1 style="text-align: center;">Inserimento Voti</h1>
<form action="add.php" method="post"> <form action="add.php" method="post">
<label for="name">Nome Alunno:</label> <label for="name">Nome Alunno:</label>

View File

@@ -16,7 +16,7 @@ body, input, button, select{
font-size: 16px; font-size: 16px;
} }
#formDiStoGrandissimoCazzo{ #formAggiunta{
background-color: gainsboro; background-color: gainsboro;
width: fit-content; width: fit-content;
margin-left: auto; margin-left: auto;