diff --git a/index.php b/index.php index 20e1e3b..b0bd486 100644 --- a/index.php +++ b/index.php @@ -3,153 +3,158 @@ INSERIMENTO DATI VOTI INFORMATICA + -
- -
- - - - - - - +
+

Inserimento Voti

+ + +
+ + + + + + + +
+ + + + +
+ + + + +
+ + + +

+ + + +
- - - -
- - - - -
- - - +

- - - - -
- - +
\ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f58d5bc --- /dev/null +++ b/style.css @@ -0,0 +1,18 @@ +:root{ + --nigga: black; +} + +body{ + background-color: var(--nigga); +} +body, input, button{ + font-family: 'Comic Sans MS'; +} + +#formDiStoGrandissimoCazzo{ + background-color: gainsboro; + width: fit-content; + margin-left: auto; + margin-right: auto; + padding: 30px; +} \ No newline at end of file