Guest User

Untitled

a guest
Aug 5th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment