Created
July 16, 2019 06:34
-
-
Save contolini/ad1513232fe07d8a70683669ba48f9d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="o-info-unit-group"> | |
<h2>Some title</h2> | |
<div class="content-l"> | |
<div class="content-l_col content-l_col-1-2"> | |
<div class="m-info-unit"> | |
<div class="m-info-unit_image m-info-unit_image__square" style="background-image: url( 'https://via.placeholder.com/150' );"> | |
</div> | |
<div class="m-info-unit_content"> | |
<h3>A title</h3> | |
<div> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="content-l_col content-l_col-1-2"> | |
<div class="m-info-unit"> | |
<div class="m-info-unit_image m-info-unit_image__square" style="background-image: url( 'https://via.placeholder.com/150' );"> | |
</div> | |
<div class="m-info-unit_content"> | |
<h3>A title</h3> | |
<div> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment