How to Copy the Snap.as Blog Look

I’d be super grateful for a step by step guide on how to make a blog that looks like the Snap.as blog. What settings, what CSS code, what font, etc.

How big should the logo image be sized, etc.

How to set the link colors, etc.

I’m all thumbs when it comes to this stuff…

This is the modified CSS:

h1 {
 font-weight: normal;
}
body, #blog-title a, header p.description { 
 font-family: Quicksand, 'Open Sans', sans-serif;
}
header nav a, a {
 color: #8da9c2;
}
#blog-title a {
 background: transparent url('https://snap.as/img/logo-mark-sm.png') no-repeat bottom left;
 padding-left: 42px;
}
1 Like