Skip to content

Commit b73b227

Browse files
committed
Add underline styling to article titles
1 parent da5752f commit b73b227

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ <h1>Understanding Project Structure</h1>
1818
src="https://docs.github.com/assets/cb-55933/images/help/repository/readme-links.png"
1919
alt="readme file example"
2020
/>
21-
<h2>What is the purpose of a README file?</h2>
21+
<h2>
22+
What is the purpose of a <span class="underline">README file</span>?
23+
</h2>
2224
<p>
2325
A README file is the foundational documentation for a software,
2426
dataset, or coding project. It serves as a project's "front door,"
@@ -37,7 +39,9 @@ <h2>What is the purpose of a README file?</h2>
3739
src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png"
3840
alt="Wireframe sketch"
3941
/>
40-
<h2>What is the purpose of a wireframe?</h2>
42+
<h2>
43+
What is the purpose of a <span class="underline">wireframe</span>?
44+
</h2>
4145
<p>
4246
The purpose of a wireframe is to act as a blueprint for a website or
4347
app. It provides a basic, stripped-down visual guide that outlines
@@ -56,7 +60,7 @@ <h2>What is the purpose of a wireframe?</h2>
5660
src="https://miro.medium.com/1*K9scAx1Ezd-KJFabaYseCw.jpeg"
5761
alt="Branch diagram"
5862
/>
59-
<h2>What is a branch in Git?</h2>
63+
<h2>What is a <span class="underline">branch</span> in Git?</h2>
6064
<p>
6165
A branch in Git is simply a lightweight movable pointer to one of
6266
these commits. The default branch name in Git is master . As you start

0 commit comments

Comments
 (0)