Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 5dad5b3

Browse files
committed
Remove redundant property
1 parent 3d333c8 commit 5dad5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/portfolio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Inside of the div we are going to write our first HTML5 element.
7373

7474
<nav>
7575
<ul>
76-
<li>Home |</li>
76+
<li>Home</li>
77+
<li>|</li>
7778
<li>Contact</li>
7879
</ul>
7980
</nav>
@@ -98,7 +99,6 @@ In styles.css:
9899

99100
nav li {
100101
display: inline;
101-
list-style-type: none;
102102
color: ##08c;
103103
}
104104

0 commit comments

Comments
 (0)