RUN
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet" type="text/css"></link> <div class="material-noti-wrap"> <div class="material-noti-content"> <div class="material-noti-title"> Notification</div> <div class="material-noti-text"> 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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</div> <div class="done-wrap"> <a class="close-noti" href="javascript:void(0)"><i class="fas fa-times"></i></a></div> <div class="done-wrap"> <a class="done" href="javascript:void(0)">Done</a></div> </div> </div> <div class="material-noti-overlay"> </div> <br /> <center> <h1> Click to icon to show Notification</h1> <h2> Resize browser windows to responsive</h2> <a class="material-noti-btn" href="javascript:void(0)" title="Notification"><i class="far fa-bell"></i></a> </center>