Bell alert

Size
1,980 Kb
Views
56,672

How do I make an bell alert?

What is a bell alert? How do you make a bell alert? This script and codes were developed by Mojtaba Seyedi on 27 July 2022, Wednesday.

Bell alert Previews

Bell alert - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Bell alert</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background: #1b1b1b;
}
.bell { position: absolute; top: 50%; left: 50%; font-size: 30px; color: #EEE;
}
.bell:hover { color: #E43; transform-origin: 50% 0; animation: vibrate 0.1s linear 0s infinite both;
}
@keyframes vibrate
{ 0% {transform: rotate(10deg)} 25% {transform: rotate(-10deg)} 50% {transform: rotate(0)} 75% {transform: rotate(10deg)} 100% {transform: rotate(0)}
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="bell fa fa-bell"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Bell alert - Script Codes CSS Codes

body { background: #1b1b1b;
}
.bell { position: absolute; top: 50%; left: 50%; font-size: 30px; color: #EEE;
}
.bell:hover { color: #E43; transform-origin: 50% 0; animation: vibrate 0.1s linear 0s infinite both;
}
@keyframes vibrate
{ 0% {transform: rotate(10deg)} 25% {transform: rotate(-10deg)} 50% {transform: rotate(0)} 75% {transform: rotate(10deg)} 100% {transform: rotate(0)}
}
Bell alert - Script Codes
Bell alert - Script Codes
Home Page Home
Developer Mojtaba Seyedi
Username seyedi
Uploaded July 27, 2022
Rating 3
Size 1,980 Kb
Views 56,672
Do you need developer help for Bell alert?

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!

Mojtaba Seyedi (seyedi) Script Codes
Create amazing blog posts 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!