I’ve been adding some design elements to this site and I always forget what they were. I put them here just so I don’t always go back to research.
It’s nothing in particular, just the size of the post title font, the blockquote design and the shadow for the images on the site.
.entry-title {text-transform: none; font-size: 40px;}
blockquote {
margin: 20px;
padding: 20px;
background: #ffeeee;
font-weight: 500;
font-size: medium;
font-family: inherit;
font-style: inherit;
border-left:5px solid red;
}cite {
font-style: italic;
font-weight: bold;
font-size: small;
}.post img {
border:2px solid #C0C0C0;
box-shadow: 5px 5px 5px #ccc;
-moz-box-shadow: 5px 5px 5px #ccc;
-webkit-box-shadow: 5px 5px 5px #ccc;
-khtml-box-shadow: 5px 5px 5px #ccc;
}
Featured photo by Pankaj Patel on Unsplash