Guest User

Untitled

a guest
Nov 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. .addbox {
  2. display: block;
  3. overflow: auto;
  4. margin-top: 50px;
  5. display: block;
  6. width: 900px;
  7. background: white;
  8. border: 1px solid #ccc;
  9. -moz-border-radius: 10px;
  10. -webkit-border-radius: 10px;
  11. border-radius: 10px;
  12. -moz-box-shadow: 0px 0px 3px 1px #ccc;
  13. -webkit-box-shadow: 0px 0px 3px 1px #ccc;
  14. box-shadow: 0px 0px 3px 1px #ccc;
  15. padding: 0 20px 20px 0;
  16. }
  17.  
  18. .addbox-text {
  19. margin-left: 20px;
  20. }
  21.  
  22. .addmenu-item {
  23. float: left;
  24. width: 190px;
  25. height: 190px;
  26. background: #F4F4F4;
  27. -moz-border-radius: 5px;
  28. -webkit-border-radius: 5px;
  29. border-radius: 5px;
  30. margin-left: 20px;
  31. }
  32.  
  33. .addmenu-image {
  34. display: block;
  35. width: 190px;
  36. height: 148px;
  37. overflow: hidden;
  38. }
  39.  
  40. .addmenuimage {
  41. width: auto;
  42. min-height: 148px;
  43. min-width: 190px;
  44. max-height: 300px;
  45. max-width: 225px;
  46. -moz-border-radius: 3px 3px 0 0;
  47. -webkit-border-radius: 3px 3px 0 0;
  48. border-radius: 3px 3px 0 0;
  49. }
  50.  
  51. .addmenu-info {
  52. display: block;
  53. width: 190px;
  54. height: 42px;
  55. color: #444;
  56. padding: 10px;
  57. }
Add Comment
Please, Sign In to add comment