Skip to content

Commit

Permalink
desktop 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiioog committed Oct 27, 2023
1 parent adf82f7 commit 9307cca
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ a,li:hover {
#botonCurriculum {
font-size: 1rem;
}
#lenguages h3, #frameworks h3, #control_versiones h3, #contacto_seccion h3, #educacion h3 {
#lenguages h3, #frameworks h3, #control_versiones h3, #contacto_seccion h3, #educacion h3, #formulario h3 {
font-size: 1.9rem;
}

Expand Down Expand Up @@ -1288,4 +1288,44 @@ a,li:hover {
font-size: 1.05rem;
}
/*----SECCION EDUCACION----*/
/*-------SECCION CONTACTO-------*/

#formulario {
width: 50%;
}
.form-group label {
margin-bottom: 10px;
font-size: 1.1rem;
}
.form-group input {
height: 40px;
padding: 10px;
width: 100%;
border-radius: 10px;
border: none;
}
.form-group textarea {
border-radius: 10px;
width: 100%;
height: auto;
padding: 10px;
}
.botonSubmit {

height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.botonSubmit input {
margin-top: 20px;
height: 95%;
width: 50%;
border-radius: 10px;
border: none;
}
.botonSubmit input:hover {
cursor: pointer;
}
/*-------SECCION CONTACTO-------*/
}

0 comments on commit 9307cca

Please sign in to comment.