Skip to content

Commit 2a5579b

Browse files
committed
Finish project
1 parent 99e7351 commit 2a5579b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ <h2>Call to action! It's time!</h2>
6161
<button type="button" class="signup_button"><strong>Sign up</strong></button>
6262
</div>
6363
</section>
64-
<footer></footer>
64+
<footer>
65+
<p>Copyright &copy The Odin Project 2021</p>
66+
</footer>
6567
</body>
6668
</html>

style.css

+8
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,12 @@ blockquote {
183183
& .signup_button {
184184
border: 2px solid #f9faf8;
185185
}
186+
}
187+
188+
footer {
189+
margin-top: auto;
190+
191+
display: flex;
192+
justify-content: center;
193+
align-items: center;
186194
}

0 commit comments

Comments
 (0)