mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
updates
This commit is contained in:
27
step1-02/exercise/answers.css
Normal file
27
step1-02/exercise/answers.css
Normal file
@@ -0,0 +1,27 @@
|
||||
h2 {
|
||||
color: red;
|
||||
}
|
||||
|
||||
h2 + div {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.myList li {
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
||||
.myClass {
|
||||
background: green;
|
||||
}
|
||||
|
||||
#myId {
|
||||
background: yellow;
|
||||
}
|
||||
|
||||
.myClass.otherClass {
|
||||
color: white;
|
||||
}
|
||||
|
||||
section > div:last-child {
|
||||
border: 1px solid pink;
|
||||
}
|
||||
Reference in New Issue
Block a user