Notifications

Developer
Size
2,146 Kb
Views
18,216

How do I make an notifications?

What is a notifications? How do you make a notifications? This script and codes were developed by Keithbarney on 28 September 2022, Wednesday.

Notifications Previews

Notifications - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>notifications</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container">	<div class="notification">This is an error message</div>	<p class="margin-bottom">Molestias facilis. Sodales natus itaque magna magna purus. Iusto rem culpa cubilia debitis malesuada quos, quia magnis scelerisque, ridiculus magna.</p>	<div class="notification success">This is an error message</div>	<p class="margin-bottom">Molestias facilis. Sodales natus itaque magna magna purus. Iusto rem culpa cubilia debitis malesuada quos, quia magnis scelerisque, ridiculus magna.</p>	<div class="notification error">This is an error message</div>	<p class="margin-bottom">Molestias facilis. Sodales natus itaque magna magna purus. Iusto rem culpa cubilia debitis malesuada quos, quia magnis scelerisque, ridiculus magna.</p>
</div>
</body>
</html>

Notifications - Script Codes CSS Codes

.notification { padding: 10px; width: 100%; text-align: left; background-color: rgba(128, 128, 128, 0.1); border-radius: 3px; margin-bottom: 10px;
}
.notification.success { background-color: rgba(0, 128, 0, 0.1); color: green;
}
.notification.error { background-color: rgba(255, 0, 0, 0.1); color: red;
}
div + div { margin-top: 20px;
}
.margin-bottom { margin-bottom: 20px;
}
.container { max-width: 600px; margin: auto; padding: 40px;
}
Notifications - Script Codes
Notifications - Script Codes
Home Page Home
Developer Keithbarney
Username keithbarney
Uploaded September 28, 2022
Rating 3
Size 2,146 Kb
Views 18,216
Do you need developer help for Notifications?

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!

Keithbarney (keithbarney) Script Codes
Create amazing sales emails 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!