Skip to content

Commit 723c5df

Browse files
add class and edit css
1 parent 6a804bf commit 723c5df

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="[fonts.googleapis.com](https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Inter:wght@400;600&display=swap)" rel="stylesheet">
1111
</head>
1212
<body>
13-
<header>
13+
<header class="page-hero">
1414
<h1 class="page-hero">Wireframe</h1>
1515
<p class="page-subtitle">
1616
Learn about README files, wireframes, and Git branches.
@@ -96,8 +96,8 @@ <h3>Branch workflow highlights</h3>
9696
</section>
9797

9898
</main>
99-
<footer>
100-
<p>
99+
<footer class="site-footer">
100+
<p >
101101
Liyema Mfengwana sprint 2 wireframe backlog.
102102
</p>
103103
</footer>

Wireframe/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ body{
159159
.card__media{ height: 200px; }
160160
.card--featured .card__media{ height: 220px; }
161161
}
162+
163+

0 commit comments

Comments
 (0)