Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Button text with multiple colors
- <button>Take me there <span style="color: red"> > </span></button>
- <button type="submit">Take me there <span style="color: red"> > </span></button>
- <style>
- button:first-letter {
- color:red;
- }</style>
- <button type="submit"><Take me there ></button>
Advertisement
Add Comment
Please, Sign In to add comment