Beginnings of partner box
This commit is contained in:
parent
e87aae9d67
commit
177b11d943
46 changed files with 19 additions and 1 deletions
13
src/components/PartnerContainer.svelte
Normal file
13
src/components/PartnerContainer.svelte
Normal file
|
@ -0,0 +1,13 @@
|
|||
<style>
|
||||
.partner-container{
|
||||
padding-top: 2em;
|
||||
width: 100%;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="partner-container">
|
||||
<h2>Our Partners</h2>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue