Skip to content

Instantly share code, notes, and snippets.

@spormeon
Created July 31, 2019 14:15
Show Gist options
  • Save spormeon/a13fd77f919d245247b27020223ff6aa to your computer and use it in GitHub Desktop.
Save spormeon/a13fd77f919d245247b27020223ff6aa to your computer and use it in GitHub Desktop.
.sponsored-post {
background-color: #dce3de;
font-family: sans-serif;
padding: 0px 0px 10px 10px;
}
.content {
overflow: hidden;
}
.thumbnail {
width: 200px;
height: 100px;
float: top;
margin: 0 10px 10px 0;
background-image: url(%%PATTERN:hb_native_image%%);
background-size: cover;
}
h1 {
font-size: 18px;
margin: 0;
float: middle;
}
a {
color: #0086b3;
text-decoration: none;
}
p {
font-size: 16px;
color: #444;
float: middle;
margin: 10px 0 10px 0;
}
.attribution {
color: #fff;
font-size: 9px;
font-weight: bold;
display: inline-block;
letter-spacing: 2px;
background-color: #ffd724;
border-radius: 2px;
padding: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment