We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a804bf commit 723c5dfCopy full SHA for 723c5df
2 files changed
Wireframe/index.html
@@ -10,7 +10,7 @@
10
<link href="[fonts.googleapis.com](https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Inter:wght@400;600&display=swap)" rel="stylesheet">
11
</head>
12
<body>
13
- <header>
+ <header class="page-hero">
14
<h1 class="page-hero">Wireframe</h1>
15
<p class="page-subtitle">
16
Learn about README files, wireframes, and Git branches.
@@ -96,8 +96,8 @@ <h3>Branch workflow highlights</h3>
96
</section>
97
98
</main>
99
- <footer>
100
- <p>
+ <footer class="site-footer">
+ <p >
101
Liyema Mfengwana sprint 2 wireframe backlog.
102
</p>
103
</footer>
Wireframe/style.css
@@ -159,3 +159,5 @@ body{
159
.card__media{ height: 200px; }
160
.card--featured .card__media{ height: 220px; }
161
}
162
+
163
0 commit comments