WebDevSummit/random-recipes

View on GitHub
public/css/screen.css

Summary

Maintainability
Test Coverage
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{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}body{margin:0}h1,a{z-index:2;position:relative}ul{list-style:none;text-align:center}li{display:inline-block}a{display:block;width:150px;margin:0 20px;font-size:1em;background:orange;text-align:center;border-radius:3px;padding:10px;border:1px solid rgba(0,0,0,0.3);color:#fff;transition:200ms all ease;box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);text-decoration:none;font-family:sans-serif}ul:not(.items) li:first-child a{background:red}ul:not(.items) li:first-child a:hover{background:red;cursor:pointer}ul:not(.items) li:last-child a{background:#1bc70e}ul:not(.items) li:last-child:hover{background:#17a20c}.items{margin:0;padding:0;font-size:0}.items li{width:20%;margin:0}.items li a{width:100%;margin:0;border:none;border-radius:0;background:none;box-shadow:none;padding:0;display:block;height:100%;box-sizing:border-box;padding:20px;font-family:'Mako', sans-serif;text-transform:uppercase;font-size:16px}.items li:first-child{background:#a3a948}.items li:first-child a:hover{background:none}.items li:nth-child(2){background:#edb92e}.items li:nth-child(3){background:#f85931}.items li:nth-child(4){background:#ce1836}.items li:last-child{background:#009989}.cards li{display:none}.cards li.show{display:block}