"editor"
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/phppirate/pen/wKBmqe?limit=all&page=77&q=app" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css'> <style class="cp-pen-styles">html{height: 100%;} body{ font-family: 'lato', helvetica, sans-serif; font-size: .8em; background: linear-gradient( 45deg , #0A1855 0%, #DA0024 100%) no-repeat; height: 100%; overflow: hidden; } h1{ text-align: center; border-bottom: 1px solid #eee; width: 500px; padding-bottom: 10px; margin: 20px auto; font-weight: 200; color: #fff; } .window{ box-shadow: 1px 1px 10px rgba(0,0,0,.5); border-radius: 5px; border: 1px solid #ccc; overflow: hidden; width: 500px; margin: 20px auto; } .window .topbar{ background: #eee linear-gradient(90deg, #dfdfdf, #ddd); padding: 5px; border-bottom: 1px solid #ccc; } .window .topbar .window-actions{ padding-left: 5px; display: inline-block; width: 42px; padding-bottom: 5px; } .window .topbar .window-actions span{ display: inline-block; width: 10px; height: 10px; background: #fff; border-radius: 5px; box-shadow: inset 1px 1px 1px rgba(0,0,0,.2); } .window .topbar .window-title{ display: inline-block; text-align: center; width: calc(100% - 100px); color: #444; } .content{ height: 350px; } .line-numbers{ height: 100%; width: 20px; background: #ddd; white-space: pre-line; padding: 10px; line-height: 190%; text-align: right; color: #666; float: left; margin-right: 10px; font-size: .8em; } .content .code{ height: 100%; background: #fff; padding: 10px; white-space: pre; line-height: 190%; display: block; font-size: .8em; font-family: 'lato', helvetica, sans-serif; }</style></head><body> <h1>App Window</h1> <div class="window"> <div class="topbar"> <div class="window-actions"> <span></span> <span></span> <span></span> </div> <div class="window-title">SAMantic</div> </div> <div class="content"> <div class="line-numbers">1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 </div> <code class="code prettyprint lan-css"><?php class Master extends Resource { /** * Defining the next generation * * @with Laravel */ public function create() { // Create the next Master Website } } $codepen = Master::create(); // Master Codepen Created </code> </div> </div> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script><script src='https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js'></script><script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script >$( document ).ready( function() { prettyPrint(); } ); //# sourceURL=pen.js </script> </body></html>

Related: See More


Questions / Comments: