Skip to content

Commit 64f65da

Browse files
add 2nd featured card
1 parent c843a40 commit 64f65da

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,23 @@ <h2 class="card__title">What is the purpose of a README file?</h2>
3131
<a class="btn" href="#readme-details">Read More</a>
3232
</div>
3333
</article>
34-
34+
35+
<!-- Two-column row -->
36+
<section class="grid">
37+
<article class="card">
38+
<div class="card__media fake-img" aria-hidden="true">
39+
<div class="diag left"></div>
40+
<div class="diag right"></div>
41+
</div>
42+
<div class="card__body">
43+
<h2 class="card__title">What is the purpose of a wireframe?</h2>
44+
<p class="card__summary">
45+
A wireframe is a low‑fidelity layout of a page. It maps structure, hierarchy, and placement of elements (headers, media, text, buttons) without visual polish. Teams use wireframes to align on content priority, user flow, and functionality early—reducing rework before design and code.
46+
</p>
47+
<a class="btn" href="#wireframe-details">Read More</a>
48+
</div>
49+
</article>
50+
3551
</main>
3652
<footer>
3753
<p>

0 commit comments

Comments
 (0)