Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove extra ul in style.css
  • Loading branch information
nuanprae committed Feb 23, 2021
commit cfac9ce9072b9e5e4ef37ae21336f5703053c4e4
6 changes: 2 additions & 4 deletions Week1/homework/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ ul {
gap: 2em;
margin: 1em;
}
ul {
li {
display: flex;
flex-direction: column;
align-items: center;
background-color: #f0e6a9;
padding: 0.5em 0;
}
li {
list-style: none;
padding: 0.5em 0;
font-size: 1.25rem;
}
img {
Expand Down