Skip to content

Commit

Permalink
actualizacion de css
Browse files Browse the repository at this point in the history
  • Loading branch information
alh3x committed Jan 4, 2024
1 parent c9e6e67 commit 9c82e18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions student-cvs/Pinto_O-5620/contact.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*CONTACTO PAGE*/
.contact-page {
margin: 100px auto;
padding: 0 60px;
padding: 0 16px;
color:#333;
background-color: #b7ecf3;
}
Expand Down Expand Up @@ -52,8 +52,11 @@ fieldset {
padding: 0 .5rem .5rem;
}
fieldset .block{
display: inline-block;
padding: 0 .2rem;
display: block;
padding: .4em .2em;
}
.block label{
padding-left: 8px;
}
button{
padding: 16px 60px;
Expand Down
3 changes: 1 addition & 2 deletions student-cvs/Pinto_O-5620/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ <h1>Contacto</h1>
<script>
let formulario = document.getElementById('form');
formulario.addEventListener('submit', event => {event.preventDefault();
alert("datos enviados o eso creo");
console.log(formulario)})
console.log(event.target.elements["name"])})
</script>
</body>
</html>

0 comments on commit 9c82e18

Please sign in to comment.