0

TARJETA DE PRESENTACION

Josue Tito
Jt609
6328

FORMATO DE TARJETA DE PRESENTACION


<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
<title>PRESENTACION</title>
<style>
.card-content{
width: 100%;
height: 100%;
background: linear-gradient(45deg,#617bfb,#7fff5f);
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
}

.card{
width: 350px;
height: 550px;
background-color: #fff;
background-position: center;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
position: relative;
justify-content: center;
align-items: top;
}
.picture{
width: 90%;
height: 75%;
position: absolute;
border-radius: 20px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.card .content {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
}
.card .content .name{
text-align: center;
width: 100%;
}
.card .content .name h2{
color: #000000;
font-size: 20px;
font-weight: 600;
margin-bottom: 10px;
}
.card .content .name .information{
display: flex;
justify-content: space-between;
margin: 5px 5px;
}
.card .content .name .information h3{
color: #555;
font-size: 18px;
font-weight: 500;
margin: 5px 5px;
}
.card .content .name .actionbtn{
display: flex;
justify-content: space-between;
margin: 6px 6px;;
}
.card .content .name .actionbtn button {
padding: 10px 15px;
border-radius: 5px;
border: none;
outline: none;
font-size: 1em;
font-weight: 500;
background: #006aff;
color: #ffffff;
cursor: pointer;
}`
</style>
</head>
<body>



https://images.pexels.com/photos/3778680/pexels-photo-3778680.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1”>



CARLOS GABRIEL DIAZ GOMEZ



27 años
Edad


ING. DE SISTEMAS
PROFESION




<button>Perfil</button>
<button>Más información</button>
<button>Salir</button>



</body>
</html>

Escribe tu comentario
+ 2