Skip to content

Commit a85d792

Browse files
committed
Add three articles
1 parent c44123d commit a85d792

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,31 @@ <h2>Title</h2>
2323
</p>
2424
<a href="">Read more</a>
2525
</article>
26+
27+
<article>
28+
<img src="placeholder.svg" alt="" />
29+
<h2>Title</h2>
30+
<p>
31+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
32+
voluptates. Quisquam, voluptates.
33+
</p>
34+
<a href="">Read more</a>
35+
</article>
36+
37+
<article>
38+
<img src="placeholder.svg" alt="" />
39+
<h2>Title</h2>
40+
<p>
41+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
42+
voluptates. Quisquam, voluptates.
43+
</p>
44+
<a href="">Read more</a>
45+
</article>
46+
2647
</main>
2748
<footer>
2849
<p>
29-
This is the default, provided code and no changes have been made yet.
50+
Wireframe
3051
</p>
3152
</footer>
3253
</body>

0 commit comments

Comments
 (0)