Skip to content

Commit 610cd17

Browse files
committed
Added some CSS to the footer of the page
1 parent 9b48383 commit 610cd17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>ReadMe file</h2>
4444
</main>
4545
<footer>
4646
<p>
47-
This is the default, provided code and no changes have been made yet.
47+
End of Article
4848
</p>
4949
</footer>
5050
</body>

Wireframe/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ footer {
5353
position: fixed;
5454
bottom: 0;
5555
text-align: center;
56+
width: 100%;
57+
background-color: rgb(112, 117, 116);
5658
}
5759
/* ====== Articles Grid Layout ====
5860
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)