Skip to content

Commit 86cd0c5

Browse files
committed
changed the code to around facts about bermingham from numbers to bullet points.
1 parent f449f82 commit 86cd0c5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ You can see the deployed site [here](https://codeyourfuture.github.io/github_iss
1111
- `index.html` - The HTML file used to generate the site.
1212
- `styles.css` - CSS used to style the site.
1313
- `.gitignore` - A list of files which should not be tracked by Git.
14+
added a fork to this repo in order to make changes. !!! Important

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ <h3>Facts About Manchester</h3>
4444
<section class="content">
4545
<div>
4646
<h3>Facts About Birmingham</h3>
47-
<ol>
47+
<ul>
4848
<li>There are more canals here (35 miles) than in Venice (26 miles)</li>
4949
<li>The world's first football league started here</li>
5050
<li>The postage stamp was invented here in 1839</li>
5151
<li>Home to the 5th busiest McDonald's in the world</li>
5252
<li>The board game Cluedo was invented here in 1943</li>
53-
</uol>
53+
</ul>
5454
</div>
5555
<img src="https://cdn.pixabay.com/photo/2017/08/24/07/36/birmingham-2675655_1280.jpg" alt="Canal boats in Birmingham at night">
5656
</section>

0 commit comments

Comments
 (0)