Skip to content

Commit f29e377

Browse files
committed
fix: improve README file descriptions and adjust image alt text. css main rule merged.
1 parent b7132bc commit f29e377

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ <h1>Wireframe Coursework</h1>
1616
<main>
1717
<article>
1818
<img src="placeholder.svg" alt="placeholder image" />
19-
<h2>Purpose of ReadME</h2>
19+
<h2>Purpose of a README File</h2>
2020
<p>
21-
Read me provides a quick overview of what the project sets to achieve,
21+
A README file provides a quick overview of what the project sets to achieve,
2222
the likely uses and the guidelines of how others can contribute.
2323
</p>
2424
<details>
@@ -33,13 +33,13 @@ <h2>Purpose of ReadME</h2>
3333
</article>
3434

3535
<article>
36-
<img src="placeholder2.png" alt="Wireframe image" />
36+
<img src="placeholder2.png" alt="wireframe image" />
3737
<h2>Purpose of Wireframe</h2>
3838
<p>
39-
Wireframe serves as a foundational blueprint or mental image of
40-
a product, it has numerous functions and most importantly
41-
wireframe is often used in the early stages of web or app
42-
development to prevent future, costly redesigns.
39+
A wireframe serves as a foundational blueprint or mental image of
40+
a product. it has numerous functions, but most importantly,
41+
a wireframe is often used in the early stages of web or app
42+
development to prevent future,costly redesigns.
4343
</p>
4444
<details>
4545
<summary>Read more</summary>
@@ -54,8 +54,8 @@ <h2>Purpose of Wireframe</h2>
5454
</article>
5555

5656
<article>
57-
<img src="Branch.png" alt="Branch image" />
58-
<h2>What is a branch in Git</h2>
57+
<img src="Branch.png" alt="branch image" />
58+
<h2>Branching in Git</h2>
5959
<p>
6060
A branch represents an independent line of development in a Git repository,
6161
allowing multiple developers to work on different features or bug fixes simultaneously
@@ -73,9 +73,7 @@ <h2>What is a branch in Git</h2>
7373
</p>
7474
</details>
7575
</article>
76-
7776
</main>
78-
7977
<footer>
8078
<p>
8179
By Toluwalase Tiamiyu.

Wireframe/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ img.svg {
2727
object-fit: cover;
2828
}
2929

30-
main {
31-
max-width: var(--container);
32-
margin: 0 auto calc(var(--space) * 4) auto;
33-
}
3430
footer {
3531
position: fixed;
3632
bottom: 0;
@@ -47,6 +43,8 @@ main {
4743
gap: var(--space);
4844
max-width: var(--container);
4945
margin: 0 auto;
46+
max-width: var(--container);
47+
margin: 0 auto calc(var(--space) * 4) auto;
5048
}
5149

5250
main > *:first-child {

0 commit comments

Comments
 (0)