x
1
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
2
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet" type="text/css"></link>
3
<div class="material-noti-wrap">
4
<div class="material-noti-content">
5
<div class="material-noti-title">
6
Notification</div>
7
<div class="material-noti-text">
8
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
9
survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</div>
10
<div class="done-wrap">
11
<a class="close-noti" href="javascript:void(0)"><i class="fas fa-times"></i></a></div>
12
<div class="done-wrap">
13
<a class="done" href="javascript:void(0)">Done</a></div>
14
</div>
15
</div>
16
<div class="material-noti-overlay">
17
</div>
18
19
20
<br />
21
<center>
22
<h1>
23
Click to icon to show Notification</h1>
24
<h2>
25
Resize browser windows to responsive</h2>
26
<a class="material-noti-btn" href="javascript:void(0)" title="Notification"><i class="far fa-bell"></i></a>
27
</center>
28
<style>.material-noti-content,
29
.material-noti-overlay {
30
visibility: hidden;
31
opacity: 0
32
}
33
34
.material-noti-wrap {
35
position: fixed;
36
left: 0;
37
top: 0;
38
width: 100%;
39
height: 100%;