Skip to content

Commit cc43f1f

Browse files
committed
Edit footer and add article class
1 parent 9d3feb1 commit cc43f1f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ <h1>Wireframe</h1>
1313
This is the default, provided code and no changes have been made yet.
1414
</p>
1515
</header>
16-
<main class="articles">
17-
<article>
16+
<main>
17+
<article class="articles">
1818
<img src="READMEimage.avif" alt="README Glasses" />
1919
<h2>What is the purpose of a README file?</h2>
2020
<p>
@@ -23,7 +23,7 @@ <h2>What is the purpose of a README file?</h2>
2323
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2424
</article>
2525

26-
<article>
26+
<article class="articles">
2727
<img src="Wireframeimage.avif" alt="Wireframe Plans" />
2828
<h2>What is the purpose of a Wireframe?</h2>
2929
<p>
@@ -32,7 +32,7 @@ <h2>What is the purpose of a Wireframe?</h2>
3232
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
3333
</article>
3434

35-
<article>
35+
<article class="articles">
3636
<img src="GitBranchimage.avif" alt="Someone's been commiting often" />
3737
<h2>What is a branch in Git?</h2>
3838
<p>
@@ -44,7 +44,7 @@ <h2>What is a branch in Git?</h2>
4444
</main>
4545
<footer>
4646
<p>
47-
Wireframe
47+
Wireframe 2026
4848
</p>
4949
</footer>
5050
</body>

0 commit comments

Comments
 (0)