Skip to content
Open
Changes from 2 commits
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
7 changes: 5 additions & 2 deletions Week1/homework/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ ul {
gap: 2em;
margin: 1em;
}
li {
ul {
display: flex;
flex-direction: column;
align-items: center;
list-style-type: none;
background-color: #f0e6a9;
padding: 0.5em 0;
}
li {
list-style: none;
font-size: 1.25rem;
}
img {
width: 60%;
margin-top: 1em;
Expand Down