style.css 1.06 KB
Newer Older
Josebaezx 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
html{
    font-family: Tahoma, Verdana, sans-serif;
}
    
.ancla-nav{
    display: inline-block;
    background-color: rgb(24, 149, 233);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 8px;
    margin-left: 12.5%;
}

.ancla-nav:hover{
    background-color: rgb(13, 74, 114);
}

.nav {
    background-color: rgba(184, 192, 197, 0.247);
    padding: 10px;
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
}

.imagencv{
    margin-left: 150px;
    width: 250px;
    height: 550px;
}

.contenidocv{
    margin-left: 10px;
    width: 700px;
    height: 550px;
}

.cv{
    background-image: url('images/702.jpg');
    width: 71%;
    height: 620px;
    margin: 0 auto;
}

img{
    width: 200px;
    display: block;
    margin: 0px auto;
}

.resumencv h2, #resumenfoto{
    text-align: center;
}

.cv{
    display: flex;
}

.formcontacto {
    margin-left: 1235px;
    width: 400px;
    height: 200px;
}

button{
    color: white;
    cursor: pointer;
    background-color: rgb(24, 149, 233);
    height: 30px;
    border-radius: 8px;

}