"text"
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/edball/pen/kAdLf?limit=all&page=36&q=markup" /> <style class="cp-pen-styles">@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic|Sansita+One); /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0} h1{ font-family: 'Sansita One', cursive; font-size: 60px; text-align: center; margin: 40px 0; color: #34495e; } @media (max-device-width : 479px) and (orientation : portrait) { h1{ font-size: 30px; margin-top: 20px; text-align: left; } } h2{ font-size: 30px; text-align: center; } p{ margin-bottom:20px; font-size: 20px; line-height: 25px; } a{ color: #34495e; } body{ background: #ecf0f1; font-family: Lato; color:#34495e; } .wrapper{ box-sizing:border-box; margin: 0 auto; width:100%; max-width:500px; padding: 20px 20px 0; } .description{ margin-bottom: 40px; } .item{ padding:20px; display:block; margin-bottom: 20px; border-radius: 7px; background-color: #f7f9f9; color: #34495e; transition:background-color 0.3s; text-decoration: none; } .item:hover{ background-color: #fff; transition-duration:0; } .footer{ margin-top: 60px; text-align: center; } .footer p{ font-size:16px; }</style></head><body> <div class="wrapper"> <h1>Stylibrary</h1> <div class="description"> <p>Hyphens or camelCase? Tabs or spaces? Px or em?</p> <p>This collection of front-end style guides will give you an insight into how various developers from across the web organise and maintain their HTML and CSS.</p> </div> <div class="list"> <a class="item" href='https://csswizardry.com/2012/04/my-html-css-coding-style/' target='_blank'> <h2>CSS Wizardry</h2> </a> <a class="item" href='https://github.com/styleguide/css' target='_blank'> <h2>GitHub</h2> </a> <a class="item" href='https://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml' target='_blank'> <h2>Google</h2> </a> <a class="item" href='https://pasteup.guim.co.uk/styleguide.html' target='_blank'> <h2>The Guardian</h2> </a> <a class="item" href="https://contribute.jquery.org/markup-conventions/" target='_blank'> <h2>jQuery</h2> </a> <a class="item" href='https://github.com/Lullabot/lb-htmlcssguide' target='_blank'> <h2>Lullabot</h2> </a> <a class="item" href='https://ux.mailchimp.com/patterns/' target='_blank'> <h2>Mailchimp</h2> </a> <a class="item" href='https://www.mapbox.com/base/styling/' target='_blank'> <h2>Mapbox</h2> </a> <a class="item" href='https://semantic-ui.com/' target='_blank'> <h2>Semantic UI</h2> </a> <a class="item" href='https://itservices.stanford.edu/service/web/design/styleguide/modern' target='_blank'> <h2>Stanford University</h2> </a> <a class="item" href="https://make.wordpress.org/core/handbook/coding-standards/css/" target='_blank'> <h2>Wordpress</h2> </a> </div> <div class="footer"> <p>Made by <a href='https://twitter.com/Aptary'>Ed Ball</a></p> </div> </div> <a href="https://github.com/Aptary/stylibrary"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://aptary.github.io/stylibrary/fork-me-ribbon.png" alt="Fork me on GitHub"></a> </body></html>

Related: See More


Questions / Comments: