12-XX-media-object-structure-skin.html 677 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>OOCSS – media object, structure vs skin</title>
  6. </head>
  7. <body>
  8. <!-- Structure Skin -->
  9. <!-- | | -->
  10. <article class="media-block post-teaser">
  11. <!-- Structure Skin -->
  12. <!-- | | -->
  13. <div class="media-body post-teaser-body">
  14. <h2 class="post-title">Media object</h2>
  15. <p>Article text goes here...</p>
  16. </div>
  17. <!-- Structure Skin -->
  18. <!-- | | -->
  19. <img class="media-fig post-fig" src="" alt="">
  20. </article>
  21. </body>
  22. </html>