JSFiddle - React, Tailwind, and code Playground
by BlogPedas
HTML
<div id='banner'>
<div class='judul-banner'><i>Selamat Hari Ibu...</i></div>
<div class='isi-banner'>Jaya Terus Untuk Seluruh Ibu di Indonesia :D</div>
<div class='bawah-banner'>22 Desember 2013</div>
</div>
CSS
#banner {background:#DB4B03 url(http://2.bp.blogspot.com/-gzR4u6fvN0E/UrZPX4saGlI/AAAAAAAAB8A/Tyl8VoYgxCg/s1600/hari+ibu.png) no-repeat bottom right;height:100px;width:700px;}
.judul-banner {font-size:22px;color:#2A3400;padding:10px;margin:0;font-family: 'Redressed', cursive;font-weight:normal;text-shadow:1px 1px #A8CA13}
.judul-banner:hover{color:#4A5618}
.isi-banner {font:14.5px "Andale Mono", "Monotype.com", monospace;color:#A6C8EE;padding:0px 10px 10px 10px;margin:0}
.bawah-banner {color:white;text-align:right;}