"mobile"
Bootstrap 3.0.0 Snippet by adarwash2012

<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/coreybrown89/pen/jrqaPa?limit=all&page=65&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">body { position: relative; font-family: "Open Sans", sans-serif; font-weight: 400; padding: 70px; background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#36b8e9)); background: linear-gradient(top, #eaeaea, #36b8e9); overflow: scroll !important; } header { padding-top: 20px !important; } header h1 { color: white; font-size: 2.2em; font-weight: 300; letter-spacing: 2px; line-height: 1em; } h2 { font-size: .4em; font-weight: 300; line-height: .4em; } .bg { width: 100%; height: 100vh; position: relative; } header:before { background-color: rgba(0, 0, 0, .6) !important; postition: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } header { z-index: 0 !important; } nav, header h1, header img, header i, header h2 { position: relative; z-index: 0; color: #d5d5d7; } .app { width: 400px; margin: 20px auto; background-color: #f6f6f6; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 0 55px rgba(0, 0, 0, .4); box-shadow: 0 0 55px rgba(0, 0, 0, .4); } header { position: relative; background: url('https://source.unsplash.com/collection/159185/trees'); background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; padding: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; } header:before { content: ""; background-color: black; position: absolute; top: 0; right: 0; width: 100%; } header img { margin: 30px 0; width: 110px; height: 110px; border-radius: 50%; } header .schedule { position: absolute; font-size: 30px; z-index: 23; background-color: #36b8e9; padding: 10px; border-radius: 50%; } .date-change { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px; } .date-change i { font-size: 22px; display: inline; } .date-change h2 { font-size: 13px; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; line-height: 1em; margin-top: 5px; } .week ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 25px; } .week ul li { display: inline; list-style-type: none; min-width: 30px; text-align: center; } .week { padding: 10px 0 20px 0; } .day li { color: #777; text-transform: uppercase; font-size: 12px; padding: 12px 0; } .entry { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px solid rgba(0, 0, 0, .1); padding: 15px 25px; margin: 0; } .entry img { width: 45px; height: 45px; border-radius: 50%; margin-right: 20px; } li { padding: 0; margin: 0; } .notes p { font-size: 16px; padding: 0; margin: 0; line-height: 1em; } .notes h4 { font-size: 14px; font-weight: normal; color: #777; line-height: 1em; } nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } nav i { font-size: 30px; color: white; width: 50px; height: 30px; } .app-btm { margin: 0; width: 100%; } .today:after { content: ""; background-color: #e1dede; padding: 8px; margin: -10px; -webkit-box-sizing: content-box; box-sizing: content-box; border-radius: 50%; } .add-date { position: absolute; bottom: 10px; right: 20px; width: 60px; height: 60px; background-color: #fc3768; border-radius: 50%; -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, .4); box-shadow: 2px 2px 15px rgba(0, 0, 0, .4) } main { position: relative; } .add-date { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .add-date i { font-size: 45px; color: white; } .todo { position: relative; } .todo:after { content: ""; border-radius: 50%; position: absolute; bottom: 5px; right: 23px; height: 5px; width: 5px; padding: 0; background-color: #fc3768; } #menu { position: absolute; top: 0; bottom: 0; width: 400px; background-color: rgba(0, 0, 0, .9); z-index: 50; opacity: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #menu h1 { color: white; font-weight: 300; } #menu i { position: absolute; top: 12px; left: 12px; font-size: 40px; color: white; } .hidden { opacity: 0; } .show { opacity: 1 !important; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } i { cursor: pointer; }</style></head><body> <html> <head> <link href="//code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet"> </head> <body> <div class="bg"> <div class="app"> <div id="menu"> <div id="menu-inner"> <i class="ion-ios-close"></i> <h1>Menu Item 1</h1> <h1>Menu Item 2</h1> <h1>Menu Item 3</h1> <h1>Menu Item 4</h1> </div> </div> <header> <nav> <i class="ion-navicon"></i> <i class="ion-ios-search-strong"></i> </nav> <h1>Good Morning!</h1> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/570046/128.jpg" /> <div class="date-change"> <i class="ion-ios-arrow-left"></i> <h2>February</h2> <i class="ion-ios-arrow-right"></i> </div> </header> <main class="app-btm"> <section class="week"> <ul class="day"> <li>Sun</li> <li>Mon</li> <li>Tue</li> <li>Wed</li> <li>Thu</li> <li>Fri</li> <li>Sat</li> </ul> <ul class="date"> <li>7</li> <li class="today todo circle">8</li> <li>9</li> <li>10</li> <li>11</li> <li class="today todo">12</li> <li>13</li> </ul> </section> <!-- week --> <section> <!-- entry --> <div class="entry"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/570046/128_(1).jpg"> <div class="notes"> <p>New subpage for <strong>Janet</strong></p> <h4>8-10am</h4> </div> </div> <!-- entry --> <div class="entry"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/570046/128_(2).jpg"> <div class="notes"> <p>Catch up with <strong>Tom</strong></p> <h4>8-10am</h4> </div> </div> <!-- entry --> <div class="entry"> <img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/570046/128_(3).jpg"> <div class="notes"> <p>Lunch with <strong>Diane</strong></p> <h4>8-10am</h4> <div> </div> </section> <!-- Entries --> <div class="add-date"> <i class="ion-ios-plus-empty"></i> </div> <div> <!-- app btm --> </main> <!-- app wrapper--> </div> <!-- bg--> </body> </html> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script><script src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js'></script> </body></html>

Related: See More


Questions / Comments: