Skip to content

Commit 60e3524

Browse files
committed
Added first article
1 parent c25a99f commit 60e3524

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@ <h1>Exploring README Files, Wireframes and Git Branches</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="placeholder.svg" alt="" />
19-
<h2>Title</h2>
18+
<img src="https://static0.makeuseofimages.com/wordpress/wp-content/uploads/2023/08/readme-article.jpg?q=50&fit=crop&w=1488&h=837&dpr=1.5" alt="" />
19+
<h2>README Files</h2>
2020
<p>
21-
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
22-
voluptates. Quisquam, voluptates.
21+
The purpose of a README file is to serve as the primary guide and entry point for a project,
22+
dataset, or software. It communicates what the project does, how to install and use it,
23+
how to contribute, and provides context so that others can easily understand or interact with the content.
2324
</p>
24-
<a href="">Read more</a>
25+
<a href="https://www.makeuseof.com/readme-files-how-to-write-the-best/">Read more</a>
26+
</article>
27+
<article>
28+
<img src=""
29+
</article>
30+
<article>
31+
2532
</article>
2633
</main>
2734
<footer>

Wireframe/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ img,
4040
svg {
4141
width: 100%;
4242
object-fit: cover;
43+
height: 250px;
4344
}
4445
/* ====== Site Layout ======
4546
Setting the overall rules for page regions

0 commit comments

Comments
 (0)