home.css 2.26 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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
 img.logoi {
        width: 200px;
    }
    
    img {
        width: 400px;
        padding: 10px;
        display: block;
        padding: 10px;
    }
    
    .header {
        margin-bottom: 0;
        width: 700px;
    }
    
    a {
        float: right 100px;
        color: #fff;
        font-size: larger;
        text-decoration: none;
        padding: 10px;
    }
    
    body {
        background: linear-gradient(100deg, rgba(20, 99, 155, 0.25), rgba(30, 148, 227, 0.25));
        background-image: url(imagenes/descarga.svg);
        background-size: contain;
        background-attachment: fixed;
        background-blend-mode: multiply;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: white;
        position: relative;
        width: 100px;
        height: 100px;
    }
    /* ul{
    list-style: none;
}
.menu >ul{
    float: right;
}

.menu li a {

    color:#fff;
    text-decoration:none;
    padding:10px 12px;
    display:block;
}

.menu li ul li {
    marging-left
    position:relative;
} */
    
    .menu {
        width: 400%;
        float: left;
    }
    
    .menu ul li {
        float: right;
        list-style-type: none;
        text-align: right;
    }
    
    div.menu {
        float: right;
    }
    
    .menu ul li a {
        padding-left: 5px;
        text-decoration: none;
        font-size: clamp(145px);
        text-transform: uppercase;
        display: block;
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
        white-space: nowrap;
    }
    
    .grafico,
    svg {
        max-width: 50px;
        display: block;
        height: auto;
    }
    
    .seccion.hero {
        margin-top: 10px;
        padding-bottom: 10px;
        width: 900px;
    }
    
    .hero {
        perspective: 100px;
    }
    
    .hero {
        display: grid;
        grid-template-columns: auto repeat(5, 0.5fr) auto;
    }
    
    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 200px;
        /* padding-right: 200px;
 */
    }
    /*  */
    
    .postulacion {
        border-radius: 30px;
    }
    
    .cta-main {
        width: 200px;
        font-family: monospace;
        background-color: yellow;
        border: none;
    }