HTML5


Text Shadow

/* =============================
Posts
============================= */
.post {
text-shadow:3px 3px 6px black;
}


Or even more CSS properties

.post {
 margin:.5em 0 1.5em;
  border-bottom:1px solid #d3ebe1;
  padding-bottom:1.5em;
  font:normal 15px 'Cabin', sans-serif;
  color:#305e58;
text-shadow:3px 3px 6px black;
}

Populära inlägg