Skip to content

Instantly share code, notes, and snippets.

@Fluxflashor
Last active December 11, 2015 02:35
Show Gist options
  • Save Fluxflashor/36a69a1f2397d34dfade to your computer and use it in GitHub Desktop.
Save Fluxflashor/36a69a1f2397d34dfade to your computer and use it in GitHub Desktop.
div.fan-creations-pageblock-promo .snowground {
background: url(http://media-hearth.cursecdn.com/attachments/23/198/winter-unveiling-banner-bg.png) center;
height: 150px;
max-width: 900px;
margin: 0 auto;
position: relative;
border: 2px solid black;
margin-bottom: 15px;
}
div.fan-creations-pageblock-promo .fake-text {
background: url(http://media-hearth.cursecdn.com/attachments/23/199/winter-unveiling-text.png);
width: 630px;
height: 85px;
margin: 0 auto;
top: 15px;
background-repeat: no-repeat;
position: relative;
}
div.fan-creations-pageblock-promo .real-text {
color: white !important;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-size: 20px;
text-align: center;
margin-top: 10px;
}
@media screen and (max-width: 680px) {
div.fan-creations-pageblock-promo .fake-text {
width: 400px;
background-size: 400px;
}
div.fan-creations-pageblock-promo .real-text {
font-size: 20px;
margin-top: 0px;
}
}
@media screen and (max-width: 440px) {
div.fan-creations-pageblock-promo .fake-text {
width: 300px;
background-size: 300px;
}
div.fan-creations-pageblock-promo .real-text {
font-size: 14px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment