Skip to content

Commit dc9df37

Browse files
adding the default style and removing the class attribute on the article elements tags, and the break point as well
1 parent 494863d commit dc9df37

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

Wireframe/index.html

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ <h2>What is the Purpose of a Readme File?</h2>
4949
and pull request procedures.</p>
5050
<a href="https://en.wikipedia.org/wiki/README">Read more</a>
5151
</article>
52-
<br/>
53-
<br/>
52+
5453

5554
<article>
5655
<img src="Wireframe.png" alt="A Wireframe diagram" />
@@ -91,18 +90,17 @@ <h2> What is the Purpose of a Wireframe?</h2>
9190
ensuring consistency and clarity throughout the build.</p>
9291
<a href="https://www.interaction-design.org/literature/topics/wireframing">Read more</a>
9392
</article>
94-
<br/>
95-
<br/>
93+
9694

9795
<article>
9896

99-
<img src="git_branch.png" alt="A Git branch diagram" />
100-
<h2> What Is a Git Branch?</h2>
101-
<p>
102-
In Git, a <em>branch</em> is like a separate workspace
103-
where you can make changes and try new ideas without affecting the main project.
104-
Think of it as a "parallel universe" for your code.The purpose of a Git branch is as highlisted below.</p>
105-
<ol>
97+
<img src="git_branch.png" alt="A Git branch diagram" />
98+
<h2> What Is a Git Branch?</h2>
99+
<p>
100+
In Git, a <em>branch</em> is like a separate workspace
101+
where you can make changes and try new ideas without affecting the main project.
102+
Think of it as a "parallel universe" for your code.The purpose of a Git branch is as highlisted below.</p>
103+
<ol>
106104
<li>Isolate Work.</li>
107105

108106
<li>Enable Collaboration.</li>
@@ -126,9 +124,6 @@ <h2> What Is a Git Branch?</h2>
126124
improving code quality.</p>
127125
<a href="https://www.w3schools.com/git/git_branch.asp?remote=github">Read more</a>
128126
</article>
129-
<br/>
130-
<br/>
131-
132127
</main>
133128
<footer>
134129
<small>Copyright &copy; 2026 </small>

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ article {
8686
> img {
8787
grid-column: span 3;
8888
}
89-
}
89+
}

0 commit comments

Comments
 (0)