content.haml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. %div
  2. %span Welcome to Stypi
  3. %div
  4. %b Bold
  5. %span  
  6. %i Italic
  7. %span  
  8. %s Strike
  9. %span  
  10. %u Underline
  11. %span  
  12. %a{:href => 'http://www.google.com'} Link
  13. %div
  14. %u Zero
  15. %i One
  16. %u Two
  17. %i
  18. %b Three
  19. %s Four
  20. %i Five
  21. %div
  22. %i
  23. %b Hey
  24. %u Now
  25. %s What
  26. %div
  27. %b a
  28. %i b
  29. %b c
  30. %i d
  31. %b e
  32. %i f
  33. %b g
  34. %div
  35. %span 	I look like an indent but actually I'm not cuz I'm a tab.
  36. %div
  37. %span{:style => 'font-size: 32px;' } Huge
  38. %span{:style => 'font-size: 18px;' } Large
  39. %span{:style => 'font-size: 10px;' } Small
  40. %div
  41. %span{:style => 'font-size: 32px;' } Huge
  42. %div
  43. %span{:style => 'font-size: 18px;' } Large
  44. %div
  45. %span{:style => 'font-size: 10px;' } Small
  46. %div
  47. %span{:style => 'font-family: "Times New Roman", serif;' } Serif
  48. %span{:style => 'font-family: "Courier New", monospace;' } Monospace
  49. %div
  50. %span{:style => 'color: #FFF;' }
  51. %span{:style => 'background-color: #000;'} white
  52. %span{:style => 'color: #F00;' } red
  53. %span{:style => 'color: #00F;' } blue
  54. %span{:style => 'color: #0F0;' } lime
  55. %span{:style => 'color: #0FF;' } teal
  56. %span{:style => 'color: #F0F;' } magenta
  57. %span{:style => 'color: #FF0;' } yellow
  58. %div
  59. %span{:style => 'background-color: #000;'}
  60. %span{:style => 'color: #FFF;' } black
  61. %span{:style => 'background-color: #F00;' } red
  62. %span{:style => 'background-color: #00F;' } blue
  63. %span{:style => 'background-color: #0F0;' } lime
  64. %span{:style => 'background-color: #0FF;' } teal
  65. %span{:style => 'background-color: #F0F;' } magenta
  66. %span{:style => 'background-color: #FF0;' } yellow
  67. %div
  68. %br
  69. %div
  70. %br
  71. %div
  72. %span Goodbye
  73. %div
  74. %br