Guest User

Untitled

a guest
Sep 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .comment_box {
  2. /* Cosmetic */
  3. margin-left: 30px;
  4. margin-top: 50px;
  5.  
  6. border-radius: 7px;
  7. border-color: #BABABA;
  8. box-shadow: 1px 5px 2px #EDEDED;
  9. height: 130px;
  10. width: 300px; /* Was 470px */
  11.  
  12. /* Text */
  13. font-family: "Helvetica Neue", sans-serif;
  14. font-size: 15px;
  15. font-weight: normal;
  16. color: #7A7A7A;
  17.  
  18. padding: 10px;
  19. }
  20.  
  21. .comment_box:focus {
  22. outline: none;
  23. border-color: #7AB0E6
  24. }
Add Comment
Please, Sign In to add comment