HTML - Page Component - Image


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

HTML - Page Component - Image


Copy this code and paste it in your HTML
  1. <!-- IMAGE -->
  2. <div class="page_component image">
  3. <img src="http://placehold.it/620x320">
  4. <div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum vel viverra massa. Mauris dictum mauris vel neque tempor dictum.</div>
  5. </div>
  6. <!--// IMAGE -->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.