Modal

PHOTO EMBED

Wed Feb 02 2022 03:45:11 GMT+0000 (Coordinated Universal Time)

Saved by @AnishJakka

 <div class="backdrop"></div>
 <div class="modal sm-padding">
     <div class="content">
         <h2>Modal Title</h2>
         <p class="xs-padding para-sm-xs">
             Lorem Ipsum is simply dummy text of the printing and
             typesetting industry. Lorem Ipsum has been the industry's
             standard dummy text ever since the 1500s, when an unknown
             printer took a galley of type and scrambled it to make a type
             specimen book.
         </p>
         <div class="actions">
             <a class="xs-gutter para-sm bold">Ok</a>
             <a class="xs-gutter para-sm cancel-btn bold">Cancel</a>
         </div>
     </div>
 </div>
content_copyCOPY