Skip to content

Instantly share code, notes, and snippets.

@benpigchu
Created February 17, 2017 11:42
Show Gist options
  • Save benpigchu/e7c942caac9b3489d1ce3fdb6ad2657d to your computer and use it in GitHub Desktop.
Save benpigchu/e7c942caac9b3489d1ce3fdb6ad2657d to your computer and use it in GitHub Desktop.
Citrus design for Planet NyaaCat
*{box-sizing:border-box;position:relative;overflow-wrap:break-word;}
html{background-color:#999999}
body{box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);background-color:#ffffff;margin:48px auto;padding:16px}
header{padding-bottom:8px;border-bottom:1px solid #aaa}
.date{opacity:0.2}
.date+ul{padding-bottom:8px;border-bottom:1px solid #aaa}
.date+ul>li{padding-top:8px;border-top:1px dashed #aaa}
figure{overflow-x:auto}
@media screen and (max-width: 480px){
body{width:100%;margin:16px auto;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment