Skip to content

Commit

Permalink
add images of associate
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciensday committed Sep 30, 2023
1 parent 9c7dcdc commit 136dec3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,12 @@ <h2>Contact</h2>
</div>
</section>
</div>

</main>

<footer class="center row width-xl stack-lg">


<h2>footer title </h2>

<div class="social-media-group center width-xl row justify-center">
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ html {font-size: 10px;}
margin-right: auto;
}


.pad2 {padding: 2rem;}
.pad3 {padding: 3rem;}
.pad0Top {padding-top: :0;}
.pad5Top {padding-top: 5rem;}

.width-sm {max-width: 20rem;}
Expand Down Expand Up @@ -339,6 +341,12 @@ input[type="checkbox"] {
.contact-text {text-align: center;}

/* footer css */
#black-background {
height: 5rem;
width:100%;
background-color: var(--black);
}

footer {
text-align: center;
padding: 2rem;
Expand Down

0 comments on commit 136dec3

Please sign in to comment.