There was an error while loading. Please reload this page.
1 parent f9c6555 commit 130c42aCopy full SHA for 130c42a
2 files changed
Wireframe/index.html
@@ -49,7 +49,7 @@ <h2>Branch in Git</h2>
49
</main>
50
<footer>
51
<p>
52
- This is the default, provided code and no changes have been made yet.
+ Russom Gebremeskel Wireframe May 2026
53
</p>
54
</footer>
55
</body>
Wireframe/style.css
@@ -61,6 +61,11 @@ footer {
61
position: fixed;
62
bottom: 0;
63
text-align: center;
64
+ width: 100%; /* Make the footer span the entire width of the viewport */
65
+ background: var(--paper); /* Optional: Add a background color to the footer */
66
+
67
68
69
}
70
/* ====== Articles Grid Layout ====
71
Setting the rules for how articles are placed in the main element.
@@ -93,5 +98,6 @@ article {
93
98
94
99
> img {
95
100
grid-column: span 3;
101
96
102
97
103
0 commit comments