.figure .figcaption


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* @group .figure .figcaption */
  2. .figure {
  3. display: block;
  4. margin-bottom: .5em;
  5. }
  6. .figcaption {
  7. display: block;
  8. font-weight: bold;
  9. }
  10. .figure img {
  11. display: block;
  12. }
  13. /* @end */
  14.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.