Formacion
Formal
curse bachillerato de ciencias tecnologicas
autoDidacta
he cursado varios cursos en udemy
he cursado varios cursos en openwebinars
he aprendido el uso de docker
puntos fuertes
- organizacion
- detallista
puntos debiles
- sociabilidad
- comunicacion
hobbies
| nombre | descripcion |
|---|---|
| pesca | pescar con ca;a en rios |
preferencias
| nombre | descripcion |
|---|---|
| canelones | pasta con bechamel y carne |
css usado
body{
margin: 30px;
height: 30px;
}
img{
max-width: 300px;
min-width: 100px;
height: 100px;
}
h1{
color: red;
}
h2{
color: blue;
}
h3{
color: green;
}
main{
flex-grow: 3;
}
aside{
flex-grow: 1;
}
pre{
height: 100px;
overflow-y: scroll;
}
.container{
display: flex;
flex-direction: row;
justify-content: center;
}
.parrafo1{
background-color: wheat;
font-size: 20px
}
.parrafo1 strong{
color:red;
}
.list1{
color: #6a00ff;
list-style: square;
}
.list2{
color: #6aff00;
list-style-type: none;
}
table , td , th{
border: 1px solid black;
margin:0;
padding: 2px;
}
.table1{
background-color: #6a00ff;
}
.table2{
background-color: #6aff00;
padding: 10px
}
a{
font-weight: 800;
color: black;
text-decoration: none;
}
a:hover{
color: blue !important;
text-shadow:0 0 10px #6a00ff;
}
a:visited{
color: red;
}