There was an error while loading. Please reload this page.
1 parent ad87d4b commit 218c5d8Copy full SHA for 218c5d8
2 files changed
Wireframe/index.html
@@ -41,7 +41,7 @@ <h2>What is a branch in Git?</h2>
41
</article>
42
</main>
43
<footer>
44
- <p>
+ <p class="footer__p">
45
This is the default, provided code and no changes have been made yet.
46
</p>
47
</footer>
Wireframe/style.css
@@ -58,6 +58,7 @@ main {
58
footer {
59
position: fixed;
60
bottom: 0;
61
+ width: 100%;
62
}
63
/* ====== Articles Grid Layout ====
64
Setting the rules for how articles are placed in the main element.
@@ -93,4 +94,9 @@ article {
93
94
grid-column: span 3;
95
aspect-ratio: 16/9;
96
97
+}
98
+
99
+.footer__p {
100
+ display: block;
101
+ text-align: center;
102
0 commit comments