Skip to content

Commit

Permalink
fix background
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiDevO committed Nov 11, 2023
1 parent d404cf6 commit c55b169
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/Styles/formulario.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
width: 100%;
padding: 3rem 0;
}

.form__caja{
display: flex;
flex-direction: column-reverse;
Expand All @@ -18,13 +19,15 @@
justify-content: center;
gap: 5rem;
}

.form__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
}

.form__img{
width: 31%;
border-radius: 50%;
Expand Down
24 changes: 23 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,29 @@ <h2 class="titulo titulo__dark">Contact</h2>
<img class="form__img" src="./assets/img/IA_coca.jpg" alt="IA image of a girl with a soda">
</div>
</section>

<div class="background">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</main>
<footer class="footer">
<div class="footer__container">
Expand Down

0 comments on commit c55b169

Please sign in to comment.