Guest User

Untitled

a guest
Dec 10th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. .productshow{
  2.     width: 970px;
  3.     height: auto;
  4.     border: 1px #b2600e solid;
  5.     margin: 0 auto;
  6.     background-color : rgba(136, 70, 20, 0.9);
  7.     margin-top: 15px;
  8.     margin-bottom: 15px;
  9. }
  10.  
  11. .productshowheader{
  12.     width: 960px;
  13.     background-color : rgba(136, 70, 20, 0.8);
  14.     border-bottom: 1px #b2600e solid;
  15.     text-align: center;
  16.     padding: 5px;
  17. }
  18.  
  19. .productshowfooter{
  20.     width: 960px;
  21.     background-color : rgba(136, 70, 20, 0.8);
  22.     border-top: 1px #b2600e solid;
  23.     padding: 5px;
  24.     text-align: center;
  25. }
  26.  
  27. .productcontent{
  28.     padding: 5px;
  29. }
  30.  
  31. .productplaatjes{
  32.     border-top: 1px #b2600e solid;
  33.     width: 970px;
  34.     height: auto;
  35.     text-align: center;
  36. }
  37.  
  38. .productplaatje{
  39.     padding: 5px;
  40.     border: none;
  41. }
  42.  
  43. div#contact{
  44.     text-align: center;
  45.     margin-left: auto;
  46.     margin-right: auto;
  47. }
Add Comment
Please, Sign In to add comment