We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e7351 commit 2a5579bCopy full SHA for 2a5579b
index.html
@@ -61,6 +61,8 @@ <h2>Call to action! It's time!</h2>
61
<button type="button" class="signup_button"><strong>Sign up</strong></button>
62
</div>
63
</section>
64
- <footer></footer>
+ <footer>
65
+ <p>Copyright © The Odin Project 2021</p>
66
+ </footer>
67
</body>
68
</html>
style.css
@@ -183,4 +183,12 @@ blockquote {
183
& .signup_button {
184
border: 2px solid #f9faf8;
185
}
186
+}
187
+
188
+footer {
189
+ margin-top: auto;
190
191
+ display: flex;
192
+ justify-content: center;
193
+ align-items: center;
194
0 commit comments