Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <div class=left-top></div>
  2. <div class=left-bottom></div>
  3. <div class=right-top></div>
  4. <div class=right-bottom></div>
  5.  
  6. <style>
  7.   body {
  8.     display:flex;
  9.     justify-content:center;
  10.     align-items:center;
  11.     background: #998235;
  12.   }
  13.  
  14.   .left-top{
  15.     width:80px;
  16.     height:100px;
  17.     border-radius:0px 50px 0px 50px;
  18.     background:#1A4341;
  19.     position:absolute;
  20.     left:110;
  21.     top:60;
  22.   }
  23.  
  24.   .left-bottom{
  25.     width:80px;
  26.     height:60px;
  27.     border-radius:0px 50px 0px 50px;
  28.     background:#F3AC3C;
  29.     bottom:60;
  30.     left:110;
  31.     position:absolute;
  32.   }
  33.    .right-top{
  34.     width:80px;
  35.     height:60px;
  36.     border-radius:50px 0px 50px 0px;
  37.     background:#F3AC3C;
  38.     right:110;
  39.     top:60;
  40.     position:absolute;
  41.   }
  42.    .right-bottom{
  43.     width:80px;
  44.     height:100px;
  45.     border-radius:50px 0px 50px 0px;
  46.     background:#1A4341;
  47.     position:absolute;
  48.     bottom:60;
  49.     right:110;;
  50.   }
  51. </style>
  52.