"ios"
Bootstrap 3.0.0 Snippet by evarevirus

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html lang='en' class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/TheodoreVorillas/pen/sKizI?limit=all&page=73&q=app" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'> <style class="cp-pen-styles">/*genericons*/ @import url(//cdn.jsdelivr.net/genericons/3.0.3/genericons.css); /*font*/ @import url(https://fonts.googleapis.com/css?family=Lato); @-webkit-keyframes show { 0% { -webkit-transform: rotate(180deg) scale(0); -ms-transform: rotate(180deg) scale(0); -moz-transform: rotate(180deg) scale(0); -o-transform: rotate(180deg) scale(0); transform: rotate(180deg) scale(0); right: 11px; top: 5em; } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1); -ms-transform: rotate(360deg) scale(1); -moz-transform: rotate(360deg) scale(1); -o-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); right: -5px; top: 0; } } @-moz-keyframes show { 0% { -webkit-transform: rotate(180deg) scale(0); -ms-transform: rotate(180deg) scale(0); -moz-transform: rotate(180deg) scale(0); -o-transform: rotate(180deg) scale(0); transform: rotate(180deg) scale(0); right: 11px; top: 5em; } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1); -ms-transform: rotate(360deg) scale(1); -moz-transform: rotate(360deg) scale(1); -o-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); right: -5px; top: 0; } } @-ms-keyframes show { 0% { -webkit-transform: rotate(180deg) scale(0); -ms-transform: rotate(180deg) scale(0); -moz-transform: rotate(180deg) scale(0); -o-transform: rotate(180deg) scale(0); transform: rotate(180deg) scale(0); right: 11px; top: 5em; } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1); -ms-transform: rotate(360deg) scale(1); -moz-transform: rotate(360deg) scale(1); -o-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); right: -5px; top: 0; } } @keyframes show { 0% { -webkit-transform: rotate(180deg) scale(0); -ms-transform: rotate(180deg) scale(0); -moz-transform: rotate(180deg) scale(0); -o-transform: rotate(180deg) scale(0); transform: rotate(180deg) scale(0); right: 11px; top: 5em; } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1); -ms-transform: rotate(360deg) scale(1); -moz-transform: rotate(360deg) scale(1); -o-transform: rotate(360deg) scale(1); transform: rotate(360deg) scale(1); right: -5px; top: 0; } } body { background: #E9E9E9; font-family: 'Lato', 'sans-serif'; } .container { width: 3em; height: 3em; position: absolute; left: 50%; top: 50%; margin-top: -1.5em; margin-left: -1.5em; } .container .genericon { font-size: 3em; color: #8596A0; line-height: 1; } .container #notice { position: absolute; padding: 3px 6px; background: #56AAE8; color: #F7F8FA; border-radius: 5px; right: -5px; border: 3px solid #E9E9E9; font-size: 0.6em; opacity: 0; -webkit-animation-delay: 1s; -ms-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay: 1s; animation-delay: 1s; -webkit-animation-timing-function: linear; -ms-animation-timing-function: linear; -moz-animation-timing-function: linear; -o-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-name: show; -ms-animation-name: show; -moz-animation-name: show; -o-animation-name: show; animation-name: show; -webkit-animation-duration: 0.5s; -ms-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; } </style></head><body> <div class="container"> <div class="genericon genericon-cloud"></div> <span id="notice">5</span> </div> </body></html>

Related: See More


Questions / Comments: