game

by jayhilwig

HTML

<div class="challengeitem container">
  <p class="challengeitem text">Pick the spiral galaxy</p>
  <div class="challengeitem challenge"></div>
</div>

CSS

div.challengeitem {}


.challenge {
  width: 410px;
  height: 272px;
  background-image: url("http://fpoimg.com/410x272?text=Preview");

}

.container {
  border: 1px solid #111111;
  border-radius: 4px;
  padding: 12px;
  width: 410px;
}


.text {
  font-size: 19px;
  font-family: 'AmazonEmber-Regular', 'Amazon Ember', sans-serif;
  text-align: left;
  text-align: center;
}