Notification popups

Developer
Size
4,190 Kb
Views
58,696

How do I make an notification popups?

What is a notification popups? How do you make a notification popups? This script and codes were developed by Icebob on 12 June 2022, Sunday.

Notification popups Previews

Notification popups - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Notification popups</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="notify info"><span>Hello! This is an information notification.</span><span>This is the description field for more information</span><i class="fa fa-info-circle"></i></div>
<div class="notify success"><span>Hello! This is an information notification.</span><span>This is the description field for more information</span><i class="fa fa-check-circle"></i></div>
<div class="notify warning"><span>Hello! This is an information notification.</span><span>This is the description field for more information</span><i class="fa fa-exclamation-triangle"></i></div>
<div class="notify error"><span>Hello! This is an information notification.</span><span>This is the description field for more information</span><i class="fa fa-exclamation-triangle"></i></div>
<div class="notify dark"><span>Hello! This is an information notification.</span><span>This is the description field for more information</span><i class="fa fa-question-circle"></i></div> <script src="js/index.js"></script>
</body>
</html>

Notification popups - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
html, body { background-color: #303030; width: 100%; height: 100%; padding: 0; margin: 0;
}
.notify { position: relative; width: 460px; height: 42px; font-family: "Open Sans"; font-size: 0.9em; font-weight: 300; padding: 4px; margin: 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 0 10px Black; -webkit-box-shadow: 0 0 10px Black; box-shadow: 0 0 10px Black;
}
.notify span { display: block; margin-left: 50px;
}
.notify span:nth-child(1) { font-weight: 700;
}
.notify i { position: absolute; left: 0px; top: 0px; width: 40px; height: 50px; font-size: 32px; text-align: center; line-height: 50px; vertical-align: middle;
}
.info { color: #004d7e; border: 1px solid #318eff; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZTJmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk3YzZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cae2ff), color-stop(100%, #97c6ff)); background: -moz-linear-gradient(top, #cae2ff, #97c6ff); background: -webkit-linear-gradient(top, #cae2ff, #97c6ff); background: linear-gradient(to bottom, #cae2ff, #97c6ff);
}
.info i { background: #84b9f9; color: #003d65; text-shadow: 0px 1px 1px #fdfeff;
}
.success { color: #0d8801; border: 1px solid #6dc84d; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NkZWNjMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkZTA5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cdecc2), color-stop(100%, #ade09b)); background: -moz-linear-gradient(top, #cdecc2, #ade09b); background: -webkit-linear-gradient(top, #cdecc2, #ade09b); background: linear-gradient(to bottom, #cdecc2, #ade09b);
}
.success i { background: #a1d28f; color: #0b6f01; text-shadow: 0px 1px 1px #edf8e9;
}
.warning { color: #7a5f24; border: 1px solid #ffa803; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGQ5YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmY2I2OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffdd9c), color-stop(100%, #ffcb69)); background: -moz-linear-gradient(top, #ffdd9c, #ffcb69); background: -webkit-linear-gradient(top, #ffdd9c, #ffcb69); background: linear-gradient(to bottom, #ffdd9c, #ffcb69);
}
.warning i { background: #f6c058; color: #66501e; text-shadow: 0px 1px 1px #ffefcf;
}
.error { color: #a44646; border: 1px solid #ff3535; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2VjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOWI5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcece), color-stop(100%, #ff9b9b)); background: -moz-linear-gradient(top, #ffcece, #ff9b9b); background: -webkit-linear-gradient(top, #ffcece, #ff9b9b); background: linear-gradient(to bottom, #ffcece, #ff9b9b);
}
.error i { background: #f98888; color: #923e3e; text-shadow: 0px 1px 1px white;
}
.dark { color: #ddd; border: 1px solid black; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlM2UzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1MjUyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e3e3e), color-stop(100%, #252525)); background: -moz-linear-gradient(top, #3e3e3e, #252525); background: -webkit-linear-gradient(top, #3e3e3e, #252525); background: linear-gradient(to bottom, #3e3e3e, #252525);
}
.dark i { background: #181818; color: #d0d0d0; text-shadow: 0px 1px 1px #585858;
}

Notification popups - Script Codes JS Codes

(function() {
}).call(this);
Notification popups - Script Codes
Notification popups - Script Codes
Home Page Home
Developer Icebob
Username icebob
Uploaded June 12, 2022
Rating 4.5
Size 4,190 Kb
Views 58,696
Do you need developer help for Notification popups?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Icebob (icebob) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!