comments2.css 321 B

12345678910111213141516171819
  1. @-webkit-keyframes hover {
  2. /* Safari and Chrome */
  3. }
  4. .bg {
  5. background-image: linear-gradient(#333 /*{comment}*/, #111);
  6. }
  7. #planadvisor,
  8. .first,
  9. .planning {
  10. margin: 10px;
  11. total-width: 96em;
  12. }
  13. .some-inline-comments {
  14. a: yes /* comment */;
  15. b: red /* comment */;
  16. c: yes /* comment */;
  17. d: red /* comment */;
  18. }