Skip to content

Commit e60b5ba

Browse files
committed
changed footer background colour
1 parent 8926a19 commit e60b5ba

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ <h2>What is a branch in Git?</h2>
5555
>
5656
</article>
5757
</main>
58-
<footer>
59-
<p class="footer__p">Shahriar Ahmed's sprint 2 wireframe backlog.</p>
58+
<footer class="footer__p">
59+
<p>Shahriar Ahmed's sprint 2 wireframe backlog.</p>
6060
</footer>
6161
</body>
6262
</html>

Wireframe/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,6 @@ article {
102102

103103
.footer__p {
104104
text-align: center;
105+
background-color: black;
106+
color: white;
105107
}

0 commit comments

Comments
 (0)