From 9307cca12ef98c4beed1f6a4cb409b53292b6f26 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Oct 2023 18:32:34 +0200 Subject: [PATCH] desktop 1024px --- index.css | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 8600d7e..44a136d 100644 --- a/index.css +++ b/index.css @@ -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; } @@ -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-------*/ } \ No newline at end of file