You are on page 1of 2

body{

background-color: lightgoldenrodyellow;

front-family:Times New Roman, times,serif;

form{

border: 3px outset black;

input:required{

border: 2px groove lavender;

input:disable{

border: 2px dotted dimgrey;

input:read-only{

background color: darkgrey;

p{

diplay: none;

input:hover+p{

display: inline;

front-family: monospace;

background-color:indianred;

input:focus{

background-color:greenyellow;

front-weight: bold;

img{

display: none;

}
input[type="email"]:focus:valid~img.valid{

display: inline;

width: 20px;

height: 20px;

input[type="email"]:focus:invalid~img.invalid{

display: inline;

width: 20px;

height: 20px;

input[type="radio"]:checked{

width: 20px;

height: 20px;

input[type="radio"]:checked+label{

color: deeppink;

input[type="submit"]{

border: 2px black;

You might also like