Skip to content

Commit

Permalink
add goto home button
Browse files Browse the repository at this point in the history
  • Loading branch information
sahsisunny committed Mar 7, 2023
1 parent 1ae79ae commit ab2be79
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/join.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ select {
margin: auto;
}

.goto-home-button-container {
display: flex;
justify-content: center;
align-items: center;
}
.goto-home-btn {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid var(--theme-background);
background-color: var(--theme-white);
color: var(--theme-background);
}

.button-outline {
background-color: var(--text-white);
border: 1px solid var(--theme-background);
Expand Down
5 changes: 5 additions & 0 deletions join.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@ <h2 class="progress">Here is your personalized link</h2>
joining link within 7 working days.
</li>
</ol>
<div class="goto-home-button-container">
<a class="button-filled goto-home-btn" href="./goto.html"
>Go to Home</a
>
</div>
</div>
</section>
</main>
Expand Down

0 comments on commit ab2be79

Please sign in to comment.