Skip to content

Commit c97395c

Browse files
committed
spaced ul css
1 parent 8b605af commit c97395c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h1>About Page</h1>
77
<div>
88
<p>What is Open Code Club?</p>
9-
<ul>
9+
<ul class="about-list">
1010
<li>Open Code Club is a friendly informal meetup for people interested in coding</li>
1111
</br>
1212
<li>Open Code Club welcomes all abilities, from beginners to professionals!</li>

index.css

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ nav li {
3030
list-style: none;
3131
margin-right:50px;
3232
}
33+
34+
.about-list {
35+
line-height: 200%;
36+
}

0 commit comments

Comments
 (0)