style.css
html body<style> body {} figure {display:inline-block;} figcaption {display:block;} figure {border:1px solid #ccc; -moz-border-radius:7px; /* Firefix */ -webkit-border-radius:7px; /* Safari and Chrome */ border-radius:7px; /* Opera, IE9, future-proofing */ padding:1em; -moz-box-shadow: 10px 10px 5px #888; /* Firefix */ -webkit-box-shadow: 10px 10px 5px #888; /* Safari and Chrome */ box-shadow: 10px 10px 5px #888; /* Opera, future-proofing */ } figcaption {text-align:center;} figcaption small {display:block;} </style>
<figure>
<img alt="" src="http://i49.tinypic.com/2djnyfp.jpg" width="100%" />
<figcaption>
Contoh figure
<small>HTML5</small>
</figcaption>
</figure>
0 comments
Post a Comment