pagina1 - PedroJahir/programacion-web GitHub Wiki
<title> COLEGIO FISCAL EL "EMPALME"</title>
<style type="text/css">
#caja
{
background: #ffff0;
width: 200px;
border: 1px solid white;
margin: 200px auto;
padding: 1em;
border-radius: 6px;
}
h1,h2,h3,h4{
font-family:arial;
color:#0080ff;
}
input[type=text],input[type=password]{
margin:0 0 1em 0;
width:200px;
border:0px;
padding:1em;
border-radius:3px:
}
input[type=submit],form a{
padding:1em;
background:#0080ff;
border:none;
color:white;
font-family:arial black;
font-size:14px;
-moz-border-radius:3px;
text-decoration:none;
}
input[type=submit]:hover , form a:hover{
background:#0040ff;
cursor:pointer;
}
body { background:red; } </style>
|