Guest User

Untitled

a guest
Jan 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. .success-msg,
  2. .warning-msg,
  3. .error-msg {
  4. font-size: 2em;
  5. font-weight: 500;
  6. }
  7.  
  8. .success-msg {
  9. color: green;
  10. }
  11.  
  12. .warning-msg {
  13. color: orange;
  14. }
  15.  
  16. .error-msg {
  17. color: red;
  18. }
Add Comment
Please, Sign In to add comment