body {
   height: 200px;
   background: #ff5050;
 }
 .dot {
   height: 8px; width: 8px;
   border-radius: 4px; /* rounds corners */
   background: #ffff00;
   position: absolute;
 }
