Skip to content

Commit

Permalink
completes prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KpryKorn committed Jan 26, 2024
1 parent 8d9d0d6 commit 985fa15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ <h1 class="hero-headline">
Je souhaite être prévenu des prochains évènements.
</label>
</div>
<span id="formNotValid" class="error-msg"></span>
<button class="button btn-submit" type="submit" id="submitBtn">
C'est parti
</button>
Expand Down
11 changes: 10 additions & 1 deletion modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,15 @@ input[data-error]::after {
font-size: 0.4em;
color: red;
} */
.error-msg {
text-align: center;
color: #e54858;
font-size: 0.8em;
margin-inline: auto;
margin-top: 7px;
margin-bottom: 7px;
line-height: 0.3;
}
.checkbox-label,
.checkbox2-label {
position: relative;
Expand Down Expand Up @@ -327,7 +336,7 @@ input[data-error]::after {
.btn-signup {
background: #fe142f;
display: block;
margin: 0 auto;
margin-inline: auto;
border-radius: 7px;
font-size: 1rem;
padding: 12px 82px;
Expand Down

0 comments on commit 985fa15

Please sign in to comment.