1 Homework Week1 by nuanprae · Pull Request #26 · foocoding/JavaScript2 · GitHub
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
Next Next commit
Change background colour
  • Loading branch information
nuanprae committed Feb 17, 2021
commit 68f9d14afc8a55b94ca2d01d42520cf824721cf0
7 changes: 4 additions & 3 deletions Week1/homework/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
box-sizing: border-box;
}
body {
background-color: aqua;
background-color: #843e22;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
line-height: 1.5;
color: #843e22;
}
ul {
display: grid;
Expand All @@ -19,15 +20,15 @@ li {
flex-direction: column;
align-items: center;
list-style-type: none;
border: 1px solid black;
background-color: yellow;
background-color: #f0e6a9;
padding: 0.5em 0;
}
img {
width: 60%;
margin-top: 1em;
}
.title {
color: #f0e6a9;
font-size: 3rem;
text-align: center;
margin-top: 0.5em;
Expand Down