Skip to content

Commit 3940bb8

Browse files
committed
Fix accessibility and address review feedback
1 parent 83bc6f9 commit 3940bb8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ <h2>README.md File</h2>
1818
<p>
1919
A README file explains what a project does, how to install it, and how to use it. It helps other developers understand the project quickly. </p>
2020
<a href="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/" target="_blank">Read more</a>
21-
</article><article>
21+
</article>
22+
23+
<article>
2224
<img src="02-newspaper-site-wireframe-example.webp" alt="Wireframe example">
2325
<h2>Wireframe</h2>
2426
<p>

Wireframe/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
4848
main {
4949
max-width: var(--container);
5050
margin: 0 auto;
51-
margin-bottom: calc(var(--space) * 4);
5251
}
5352
footer {
5453

@@ -127,7 +126,7 @@ body { background-color: #d6d0d0;}
127126

128127
h1 { color: rgb(47, 120, 120); }
129128

130-
p { color: #894e07e6; }
129+
p { color: #333333; }
131130
a { background-color: black;
132131
color: white;
133132

0 commit comments

Comments
 (0)