Creating a Notification Badge with HTML5 and CSS3
I recently wanted to add a notification badge to a website. I wasn’t sure what the best approach was, but I knew I didn’t want to add extra markup and position it with CSS. I also didn’t want to use a jQuery plugin to add this little feature. I ultimately decided to use the HTML5 […]