types.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /* This is a basic comment */
  2. /* ==========================================================================
  3. This is a Section Comment
  4. ========================================================================== */
  5. /*
  6. This is a sub-section comment
  7. ========================================================================== */
  8. /**
  9. * Short description using Doxygen-style comment format
  10. *
  11. * The first sentence of the long description starts here and continues on this
  12. * line for a while finally concluding here at the end of this paragraph.
  13. *
  14. * The long description is ideal for more detailed explanations and
  15. * documentation. It can include example HTML, URLs, or any other information
  16. * that is deemed necessary or useful.
  17. *
  18. * @tag This is a tag named 'tag'
  19. *
  20. * TODO: This is a todo statement that describes an atomic task to be completed
  21. * at a later date. It wraps after 80 characters and following lines are
  22. * indented by 2 spaces.
  23. */
  24. /**
  25. * TODO:
  26. *
  27. * => Write some code
  28. * => Make some lists
  29. *
  30. */
  31. /*
  32. span {
  33. color: blue;
  34. font-size: 1.5em;
  35. }
  36. */
  37. /*
  38. <small class=tooltip><span>Lorem ipsum dolor</span></small>
  39. */