Skip to content

Commit ca8dc11

Browse files
committed
Format HTML and CSS using Prettier
1 parent 74dc44a commit ca8dc11

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -16,22 +16,35 @@ <h1>Understanding Developer Tools</h1>
1616
<article>
1717
<img src="readme.png" alt="README file illustration" />
1818
<h2>What is the purpose of a README file?</h2>
19-
<p>A README explains what a project does, how to install it, and how to use it.</p>
19+
<p>
20+
A README explains what a project does, how to install it, and how to
21+
use it.
22+
</p>
2023
<a href="https://www.makeareadme.com">Learn more</a>
2124
</article>
2225

2326
<article>
2427
<img src="wireframe.png" alt="Wireframe sketch" />
2528
<h2>What is the purpose of a wireframe?</h2>
26-
<p>A wireframe shows the layout of a webpage before coding begins. It helps developers plan structure and content.</p>
27-
<a href="https://www.figma.com/resource-library/what-is-a-wireframe">Learn more</a>
29+
<p>
30+
A wireframe shows the layout of a webpage before coding begins. It
31+
helps developers plan structure and content.
32+
</p>
33+
<a href="https://www.figma.com/resource-library/what-is-a-wireframe"
34+
>Learn more</a
35+
>
2836
</article>
2937

3038
<article>
3139
<img src="code-review-flow.png" alt="Git branch diagram" />
3240
<h2>What is a branch in Git?</h2>
33-
<p>A branch allows you to work on new features without affecting the main codebase.</p>
34-
<a href="https://www.atlassian.com/git/tutorials/using-branches">Learn more</a>
41+
<p>
42+
A branch allows you to work on new features without affecting the main
43+
codebase.
44+
</p>
45+
<a href="https://www.atlassian.com/git/tutorials/using-branches"
46+
>Learn more</a
47+
>
3548
</article>
3649
</main>
3750

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ article {
9191
grid-column: span 3;
9292
}
9393
}
94+
header {
95+
text-align: center;
96+
margin: 2rem auto;
97+
max-width: 800px;
98+
}

0 commit comments

Comments
 (0)