Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 5th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Button text with multiple colors
  2. <button>Take me there <span style="color: red"> > </span></button>
  3.        
  4. <button type="submit">Take me there <span style="color: red"> > </span></button>
  5.        
  6. <style>
  7. button:first-letter {
  8. color:red;
  9. }</style>
  10.        
  11. <button type="submit"><Take me there ></button>