reordered js
This commit is contained in:
19
javascript/6-more-jquery-basics/main.css
Normal file
19
javascript/6-more-jquery-basics/main.css
Normal file
@ -0,0 +1,19 @@
|
||||
body {
|
||||
margin: 0 auto;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#post-comment {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
li {
|
||||
list-style: none;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
li:nth-child(odd) {
|
||||
background-color: lightgrey;
|
||||
}
|
Reference in New Issue
Block a user