Guest User

Untitled

a guest
Oct 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <p>Test</p><p>Test</p>
  2. <br>
  3. <label>Test</label><input type='checkbox'>
  4.  
  5. p + p {
  6. color: red; /* Works fine! */
  7. }
  8.  
  9. label + input {
  10. color: red; /* Doesn't work */
  11. }
Add Comment
Please, Sign In to add comment