Skip to content

Commit 41b5bf1

Browse files
committed
add box
1 parent a575a36 commit 41b5bf1

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="style.css" />
88
</head>
99
<body>
10-
<header>
10+
<header>
1111
<h1>Wireframe</h1>
1212
<p>
1313
This is the default, provided code and no changes have been made yet.
@@ -23,6 +23,16 @@ <h2>Title</h2>
2323
</p>
2424
<a href="">Read more</a>
2525
</article>
26+
<article>
27+
<img src="placeholder.svg" alt="" />
28+
<h2>Title</h2>
29+
<p>
30+
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
31+
voluptates. Quisquam, voluptates.
32+
</p>
33+
<a href="">Read more</a>
34+
</article>
35+
2636
</main>
2737
<footer>
2838
<p>

0 commit comments

Comments
 (0)