Skip to content

Commit

Permalink
li margin fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenindroid committed Mar 23, 2024
1 parent 5857879 commit 90ee6d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ h2 {
text-transform: uppercase;
}

h2, p, h3, main > ul, main > ol {
h2, p, h3, main > ul > li, main > ol > li{
margin: 10px 30px;
}

Expand Down Expand Up @@ -131,4 +131,8 @@ form {

form input[type="submit"]:hover {
background-color: var(--color-fourth);
}

.explicaciones {
text-align: center;
}
2 changes: 1 addition & 1 deletion inscripción.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Cristian's ball</h1>
</nav>
<main>
<h2>Formulario de inscripción</h2>
<p>Llena el siguiente formulario para poder inscribirte.</p>
<p class="explicaciones">Llena el siguiente formulario para poder inscribirte.</p>
<!---Method es el protocolo http y action a donde se van los datos-->
<form method="POST" action="./ficticio.php">
<fieldset>
Expand Down

0 comments on commit 90ee6d3

Please sign in to comment.