Kuidas vormi kood välja näeb?
Millised vormi seadistused on tehtud?
Mis kiri tuli e-postile?

body{
font-family: “Segoe Script MF”, cursive;
background-color: greenyellow;
}
label{
font-weight: bold;
}
input{
border-radius: 10;
font-family: “Segoe Script MF”, cursive;
}
input[type=submit]:hover{
font-size: 17pt;
background-color: orangered;
}
label:hover{
font-size: 15pt;
border: 2px solid black;
border-radius: 10px;
padding: 2%,
font-weight: bold;
}
select{
font-family: “Segoe Script MF”, cursive;
}