Facebook
From kriskros, 7 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 279
  1. body {
  2. }
  3. #container
  4. {
  5.     width: 1300px;
  6.     height: 600px;
  7.     margin-left:auto;
  8.     margin-right:auto;
  9.    
  10. }
  11. .rectangleBigger
  12. {
  13.      width: 1300px;
  14.     height:200px;
  15.      
  16.      
  17.  
  18. }
  19. .rectangle
  20. {
  21.     height:200px;
  22.     width:780px;
  23.     border-style: dashed;
  24.     border-width:thin;
  25.     border-color: black;
  26.     float:left;
  27.  
  28. }
  29.  
  30. .squareDashed
  31.    
  32. {
  33.      height:200px;
  34.    width:260px;
  35.      border-style: dashed;
  36.     border-width:thin;
  37.     border-color: black;
  38.     float:left;
  39.  
  40. }
  41. .square
  42. {
  43.     height:200px;
  44.    width:260px;
  45.     float:left;
  46.  
  47. }