"mobile"
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 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/ConnorGaunt/pen/Gpdyqy?depth=everything&order=popularity&page=73&q=mobile&show_forks=false" /> <style class="cp-pen-styles">body { background-color: #4599DB; padding: 30px 0; } .iphone { width: 345px; height: 720px; background-color: #222; border-radius: 25px; position: relative; margin: auto; box-shadow: 3px 0px 0px #444; } .iphone .frontcam { position: absolute; width: 20px; height: 20px; border-radius: 100%; background-color: #444; top: 27px; left: 105px; } .iphone .speaker { position: absolute; width: 80px; height: 5px; border-radius: 10px; background-color: #222; border: 1px solid #444; top: 34px; left: 135px; } .iphone .screen { box-sizing: border-box; width: 320px; height: 570px; position: relative; left: 12.5px; top: 75px; background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/153207/PhoneScreenUser.png"); background-size: cover; background-postiion: top center; } .iphone .screenContent { width: 100%; height: 466px; position: relative; top: 65px; overflow: hidden; } .iphone .screenContent iframe { width: 100%; height: 463px !important; background-color: transparent; border: 0px none transparent; padding: 0px; overflow: hidden; } .iphone .homeBtn { width: 50px; height: 50px; background-color: #222; border: 2px solid #444; position: absolute; border-radius: 100%; left: 145px; bottom: 10px; } </style></head><body> <div class="iphone"> <div class="frontcam"></div> <div class="speaker"></div> <div class="screen"> <div class="screenContent"> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/Connor_Gaunt" data-widget-id="521605528259010560">Tweets by @Connor_Gaunt</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </div> <div class="homeBtn"></div> </div> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script> <script >// This is an Iphone placeholder for your concept design ideas. Just to give your mobile Ideas a bit of spice :P // Put all your content inside the ScreenContent div and they will display in the phone like they would on an actual device. //# sourceURL=pen.js </script> </body></html>

Related: See More


Questions / Comments: