Pure CSS Facebook IOS flat ICON + Notification

Size
2,960 Kb
Views
18,216

How do I make an pure css facebook ios flat icon + notification?

What is a pure css facebook ios flat icon + notification? How do you make a pure css facebook ios flat icon + notification? This script and codes were developed by Julien Lepoivre on 02 October 2022, Sunday.

Pure CSS Facebook IOS flat ICON + Notification Previews

Pure CSS Facebook IOS flat ICON + Notification - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS Facebook IOS flat ICON + Notification</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="content_icon"> <div id="pastille" style="display:none;"></div> <section id="icone_click"> <h1></h1> </section> <h2>Facebook</h2>
</div>
<div id="footer"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://code.jquery.com/jquery-1.9.1.js'></script> <script src="js/index.js"></script>
</body>
</html>

Pure CSS Facebook IOS flat ICON + Notification - Script Codes CSS Codes

@font-face {	font-family: facebook-font;	src: url('http://lepoivre.kooka.be/master1b/webapp/test06/font/FACEBOLF.OTF');
}
body{
background-image: url(http://i2.wp.com/www.gadgetgain.com/wp-content/uploads/2013/06/iOS-7-Wallpaper-Download.png); background-size: cover; background-repeat:no-repeat; background-color:black;
}
#content_icon{ -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5);
width:250px; margin-left:auto; margin-right:auto; margin-top:0px; border: 1px solid rgba(255,255,255,0); -webkit-user-select: none; // For Webkit - khtml-user-select: none; -moz-user-select: none; // For Mozilla
}
section { position:absolute; z-index:1; margin:0px auto auto; margin-top:0px; margin-bottom: 20px; width:250px; height:250px; border-radius: 50px; overflow:hidden; background: #5e82cc; /* Old browsers */
}
section:before { position: absolute; z-index:1; top:0; right:20px; content: ""; background:url('https://goo.gl/oxVgX')64px -3px; background-size: 100% 100%; width:250px; height:300px;
}
/*section:after { position:absolute; background:#6d85b3; bottom:0px; left:0px; width:100%; height:50px; content:""; border-radius: 0px 0px 50px 50px; border-top: solid 1px #5573a9; background: #506aa3;
}*/
footer { text-align:center; padding-top:30px; font-family:"Arial"; font-size:11px; color:rgba(0, 0, 0, 0.8);
}
a:link, a:visited { color:#111; text-decoration:none; border-bottom:1px dotted;
}
a:hover { color:black;
}
h1{
color: white; font-family: facebook-font; font-size: 250px; position: absolute; margin-top:60px; margin-left:100px; z-index: 1;text-shadow: 0px 1px 2px #000;
}
h2{
color: white; font-family: Helvetica, sans-serif; font-size: 50px; margin-top:280px; color: white; text-align:center; font-weight:100;
}
#pastille { position:absolute; z-index:2; background: red; width: auto; min-width:80px; height: 80px; border-radius: 100px; font-family: "Arial"; font-weight: 10; font-size:50px; text-align:center; margin-left:200px; line-height:80px; color: white; overflow: hidden; background- background: #ffc9c9;
}
@-webkit-keyframes tremble {	0% { -webkit-transform: translate(2px, 1px) rotate(0deg);}	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }	40% { -webkit-transform: translate(5px, -1px) rotate(1deg); }	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }	60% { -webkit-transform: translate(-2px, 1px) rotate(0deg); }	70% { -webkit-transform: translate(6px, 2px) rotate(-1deg); }	80% { -webkit-transform: translate(-1px, -3px) rotate(1deg); }	90% { -webkit-transform: translate(2px, 1px) rotate(0deg); }	100% { -webkit-transform: translate(5px, -2px) rotate(-1deg); }
}
#reset{ color: gray; font-family: Helvetica, sans-serif; font-weight:100; font-size: 15px; margin-top:40px; text-align:center;
}
#dossier{ background-color:red;
background-image: url(http://www.iclarified.com/images/news/31430/128167/128167.png); -webkit-filter: blur(10px); background-size:cover; width:50%; height:500px; position:relative; margin-top:-200px; margin:auto; border-radius: 50px;
}

Pure CSS Facebook IOS flat ICON + Notification - Script Codes JS Codes

 var counter = 0; $(document).ready(function() { $("#icone_click").click(function(){ counter++; $("#pastille").show(); $("#pastille").text(counter); }); $("#pastille").click(function(){ counter=0; $("#pastille").hide(); }); });
Pure CSS Facebook IOS flat ICON + Notification - Script Codes
Pure CSS Facebook IOS flat ICON + Notification - Script Codes
Home Page Home
Developer Julien Lepoivre
Username BigPepper
Uploaded October 02, 2022
Rating 3
Size 2,960 Kb
Views 18,216
Do you need developer help for Pure CSS Facebook IOS flat ICON + Notification?

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!

Julien Lepoivre (BigPepper) Script Codes
Create amazing web content 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!