home.css 1.6 KB
Newer Older
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
img.logoi{
    width: 200px;
    
}

img{
    width: 400px;
}
.header {
    margin-bottom: 0;
    width: 700px;
}
a{
    float: right 100px;
}

body {
    background: linear-gradient(45deg, rgba(20, 99, 155, 0.25), rgba(30, 148, 227, 0.25));
    background-image: url(/project-roshka/imagenes/descarga.svg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    font-family: "normal";
    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(14px, 20px, 1.2vw);
    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 {
    padding-bottom: 20px;
    width: 1098px;
}
.hero {
    perspective: 150px;
}
.hero {
    display: grid;
    grid-template-columns: auto repeat(10, 1fr) auto;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 200px;
    /* padding-right: 200px;
 */
}
 .postulacion{
border-radius: 30px;
color: blue;
 
}