Il prof vuole un CSS? E VA BENE TIENI UN CAZZO DI CSS
This commit is contained in:
@@ -3,8 +3,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>INSERIMENTO DATI VOTI INFORMATICA</title>
|
<title>INSERIMENTO DATI VOTI INFORMATICA</title>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="formDiStoGrandissimoCazzo">
|
||||||
|
<p style="font-size: 18pt; text-align: center;">Inserimento Voti</p>
|
||||||
<form>
|
<form>
|
||||||
<label for="name">Nome Alunno:</label>
|
<label for="name">Nome Alunno:</label>
|
||||||
<input type="text" id="name" name="name"><br>
|
<input type="text" id="name" name="name"><br>
|
||||||
@@ -151,5 +154,7 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
<button>Prospetto dei voti</button>
|
<button>Prospetto dei voti</button>
|
||||||
|
<br><br>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
18
style.css
Normal file
18
style.css
Normal file
@@ -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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user