"card"
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/voldmort20dark/pen/BZObKQ?limit=all&page=76&q=food" /> <style class="cp-pen-styles">/*main style*/ *,*:before,*:after{ padding: 0; margin: 0; box-sizing: border-box; } body{ text-transform: capitalize; background: linear-gradient(to bottom,#e94e60 49%,rgba(0,0,0,0.1) 20%); background-repeat: no-repeat; background-size: cover; padding: 100px 0; height: 120vh; } .center{ text-align: center; } .bold{ font-weight: 700; } .roboto-font{ font-family: 'Roboto', sans-serif; } .black{ color: #333; } .pale{ color: #aaa; font-size: 20px; cursor: pointer; } /*container*/ .container{ width: 350px; height: 500px; margin: 0 auto; box-shadow:0 0 25px 0 rgba(0,0,0,0.3); } /*header section style*/ .header{ width: 100%; height: 200px; background-color: #e94e60; position: relative; padding-top: 40px; } .header .title{ width: 100%; height: 50px; display: flex; justify-content: space-around; align-items: center; color: #fff; } .header .title .main-title{ padding: 0; margin: 0; } .header .title .menu-burger{ width: 35px; height: 35px; border: none; background: none; cursor: pointer; transform: rotate(-180deg); } .header .title .icon{ font-size: 1.8em; cursor: pointer; } .header .title .menu-burger .burger-icon{ height: 3px; width: 80%; background-color: #fff; display: block; margin-bottom: 7px; } .header .title .menu-burger .burger-icon:last-child{ margin-bottom: 0; } .header .title .menu-burger .burger-icon:nth-child(2){ width: 100%; } /*footer section style*/ .footer{ position: relative; padding-top: 80px; } .footer .profile-img{ width: 150px; height: 150px; position: absolute; top: -75px; left: 50%; border-radius: 50%; background: linear-gradient(rgba(233, 78, 96, 0.28),rgba(174, 174, 179, 0.2)), url(http://www.billboard.com/files/styles/article_main_image/public/media/Adele-2015-Alasdair-McLellan-billboard-650.jpg); background-size: cover; background-position: center; transform: translateX(-50%); box-shadow: 0 10px 50px 0 rgba(190,0,0,0.45); } .footer .sub-title{ display: flex; justify-content: space-around; align-items: center; } .footer .footer-title{ color: rgba(0,0,0,0.6); font-weight: 300; font-size: 15px; } .footer .footer-title .big{ font-size: 25px; } .footer .footer-icon{ color: #e94e60; font-size: 1.4em; cursor: pointer; } .footer .dots-container{ display: flex; flex-direction: column; justify-content: space-around; height: 25px; border: none; outline: none; background: none; cursor: pointer; } .footer .sub-title .dots{ display: block; width: 5px; height: 5px; border-radius:50%; background-color: rgba(0,0,0,0.2); } .footer .song-board{ display: flex; justify-content: space-around; align-items: center; padding-top: 40px; } .footer .song-board .time{ font-size: 0.8em; } .footer .song-board .song-board-content{ background-color: rgba(0,0,0,0.2); height: 2px; width: 220px; position: relative; } .footer .song-board .song-board-content:after{ content: ''; display: block; position: absolute; width: 24.5%; height: 3px; left: 0; top: -1.5px; margin-top: .75px; background-color: #333; } .footer .container-control{ width: 90%; margin: 0 auto; } .footer .container-control .song-controllers{ display: flex; justify-content: space-around; align-items: center; padding-top: 30px; } .footer .container-control .song-controllers .play{ width: 70px; height: 70px; border-radius: 50%; box-shadow: 0 1px 20px 3px rgba(153, 153, 153, 0.62); display: flex; justify-content: center; align-items: center; cursor: pointer; box-sizing: border-box; } .footer .container-control .song-controllers .play-icon{ font-size: 25px; color: #333; } .footer .container-control .song-controllers .icon-control{ font-size: 1.4em; color: #333; cursor: pointer; }</style></head><body> <!--font awesome--> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <!--roboto font--> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <div class="container"> <!--header section--> <div class="header"> <div class="title"> <span class="icon fa fa-angle-left"></span> <h1 class="main-title roboto-font center">Fast Food</h1> <button class="menu-burger"> <span class="burger-icon"></span> <span class="burger-icon"></span> <span class="burger-icon"></span> </button> </div> </div> <!--footer section--> <div class="footer"> <div class="profile-img"></div> <div class="sub-title"> <button class="dots-container"> <span class=" dots"></span> <span class=" dots"></span> <span class=" dots"></span> </button> <h2 class="footer-title center roboto-font"> <span class="bold black big">Adele</span><br> rolling in the deep </h2> <span class="footer-icon fa fa-plus"></span> </div> <div class="song-board roboto-font"> <span class="time bold">1:03</span> <span class="song-board-content"></span> <span class="time bold">4.21</span> </div> <div class="container-control"> <div class="song-controllers"> <span class="icon-control fa fa-undo"></span> <span class="fa fa-step-backward pale"></span> <div class="play"> <span class=" fa fa-play play-icon"></span> </div> <span class=" fa fa-step-forward pale"></span> <span class="icon-control fa fa-random"></span> </div> </div> </div> </div> <script src='//production-assets.codepen.io/assets/common/stopExecutionOnTimeout-b2a7b3fe212eaa732349046d8416e00a9dec26eb7fd347590fbced3ab38af52e.js'></script> <script >// no js // inspired by https://dribbble.com/shots/3623602-Music-App //# sourceURL=pen.js </script> </body></html>

Related: See More


Questions / Comments: