Estilo.css 1.08 KB
Newer Older
Angel Zarate committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84

html{
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 600px;
    background-color: #437c98;
}
input::placeholder{
    width: 161px;
    outline: none;

    font-weight: inherit;
    font-size: inherit;
}


div.personal{
    align-items: center;
    color: black;
}
div input{
    color: black;
    width: 100;
    border: none;
}
div.image{
padding: 0 auto;
margin: 20 auto;
}

section{
padding-top: 10px;
background-color: yellow ;
height: 650PX;
}

input#fapellido{
    
   padding-right: 10px;



}
Div.Resumen{
    text-align: center;
    background-color: transparent;
}
textarea:hover{
    
    background-color: transparent;
    
    border-color: none;
}
input#fcorreo{
    width: 300px;
}
h1.nombre{
    text-align: center;
    padding-right: 10px;
}
div.enviar{
    text-align: right;
}
button:hover{
    background-color: transparent!important;
}

div.pdfForm{
    text-align: right;
}
h3.nombre:hover{
    text-align: start;
   
    
}
h3:hover{
    color: #437c98;
}
h3.resumen{
    border: ridge #437c98 5px;
    font-family: monospace;
}