Skip to content

Commit d67d190

Browse files
committed
style: Add body margin and padding for clean layout
1 parent 4178b1f commit d67d190

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ <h1>Project Essentials Explained</h1>
1414

1515
<main>
1616
<article>
17-
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="Sample README file" />
17+
<img src="https://media.geeksforgeeks.org/wp-content/uploads/20240702120959/Readme1.png" alt="Example of a README file layout" />
1818
<h2>What is a README file?</h2>
1919
<p>
20-
A README file is an essential componet of many software projects, especially those hosted on platforms like GitHub.
20+
A README file is an essential component of many software projects, especially those hosted on platforms like GitHub.
2121
</p>
2222
<a href="https://www.geeksforgeeks.org/what-is-readme-md-file/#what-is-a-readmemd-file">Read more</a>
2323
</article>
2424

2525
<article>
26-
<img src="https://balsamiq.com/assets/learn/articles/wireframe-example-plain.png" alt="wireframe example" />
26+
<img src="https://balsamiq.com/assets/learn/articles/wireframe-example-plain.png" alt="Wireframe layout for a webpage" />
2727
<h2>What is a Wireframe?</h2>
2828
<p>
2929
A wireframe is a visual blueprint of a website or application's layout, focusing on structure and functionality without the distraction of design elements like colors or images. It helps teams plan the user interface and user experience effectively before development begins.
@@ -32,7 +32,8 @@ <h2>What is a Wireframe?</h2>
3232
</article>
3333

3434
<article>
35-
<img src="https://static.vecteezy.com/system/resources/previews/019/980/954/non_2x/git-branch-icon-line-isolated-on-white-background-black-flat-thin-icon-on-modern-outline-style-linear-symbol-and-editable-stroke-simple-and-pixel-perfect-stroke-illustration-vector.jpg" alt="Git branch logo" />
35+
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Git-logo.svg/240px-Git-logo.svg.png"
36+
alt="Git logo representing version control and branching" />
3637
<h2>What is a Branch in Git?</h2>
3738
<p>
3839
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase. This collaboration and parallel development, enabling multiple contributors to work simultaneously without conflicts.

0 commit comments

Comments
 (0)