There was an error while loading. Please reload this page.
1 parent 8926a19 commit e60b5baCopy full SHA for e60b5ba
2 files changed
Wireframe/index.html
@@ -55,8 +55,8 @@ <h2>What is a branch in Git?</h2>
55
>
56
</article>
57
</main>
58
- <footer>
59
- <p class="footer__p">Shahriar Ahmed's sprint 2 wireframe backlog.</p>
+ <footer class="footer__p">
+ <p>Shahriar Ahmed's sprint 2 wireframe backlog.</p>
60
</footer>
61
</body>
62
</html>
Wireframe/style.css
@@ -102,4 +102,6 @@ article {
102
103
.footer__p {
104
text-align: center;
105
+ background-color: black;
106
+ color: white;
107
}
0 commit comments