- Arquivos
- Index
- Style
- Script
- README
- CDN Adicionar
PLEASE WAIT...
<html>
<head>
<title>Scheda_dungeon_and_army</title>
</head>
<body>
<h2 class="titolo">Dungeon & Army</h2>
<div class="generale">
<h5>GENERALE</h5>
<form style="margin-left:6px">
<label for="nome">Nome:</label><br>
<input type="text" id="nome" name="nome" size="20" maxlength="20"><br>
<label for="cognome">Cognome:</label><br>
<input type="text" id="cognome" name="cognome" size="20" maxlength="20"><br>
<label for="Age">Età:</label><br>
<input type="number" id="Age" name="Age" size="2" min="10" max="99"><br>
</form>
</div>
</body>
</html>
.titolo{
background-color: darkgray;
color: darkslategray;
border: 4px solid darkgreen;
border-radius: 6px;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-family: monospace;
font-style: bold;
}
body{
background-color: lightgray;
}
.generale{
background-color: darkgray;
color: black;
border: 2px solid black;
border-radius: 7px;
}
h5{
border: 1px solid Black;
text-align: center;
margin-right: 250px;
margin-left: 250px;
font-family: cursive;
}
/* ESLint rules https://eslint.org/docs/2.0.0/rules/ */
/* eslint no-undef: "off" */