Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="clearfix"></div>
  2. <div class="error_box">Info</div>
  3.  
  4. div.note_box {
  5. display: block;
  6. background-color: #97D7FF;
  7. border-color: #80B6D7;
  8. color: #3C4765;
  9. margin: auto auto 16px;
  10. text-align: center;
  11. padding: 20px 0;
  12. font: 17px Arial;
  13. border-radius: 12px;
  14. -webkit-border-radius: 12px;
  15. -moz-border-radius: 12px;
  16. border-style: solid;
  17. }
  18. div.error_box {
  19. display: block;
  20. background-color: #C62F2F;
  21. border-color: #972424;
  22. color: white;
  23. margin: auto auto 16px;
  24. text-align: center;
  25. padding: 20px 0;
  26. font: 17px Arial;
  27. border-radius: 12px;
  28. -webkit-border-radius: 12px;
  29. -moz-border-radius: 12px;
  30. border-style: solid;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement