Created
February 22, 2017 02:06
-
-
Save enujo/b68fb653c975889956a5104e20aafbd4 to your computer and use it in GitHub Desktop.
div
This file contains hidden or 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
<!-- Middle Column --> | |
<div class="w3-col m7"> | |
<div class="w3-row-padding"> | |
<div class="w3-col m12"> | |
<div class="w3-card-2 w3-round w3-white"> | |
<div class="w3-container w3-padding"> | |
<h6 class="w3-opacity">Social Media template by w3.css</h6> | |
<p contenteditable="true" class="w3-border w3-padding">Status: Feeling Blue</p> | |
<button type="button" class="w3-btn w3-theme"><i class="fa fa-pencil"></i> Post</button> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="w3-container w3-card-2 w3-white w3-round w3-margin"><br> | |
<img src="http://www.w3schools.com/w3images/avatar2.png" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:60px"> | |
<span class="w3-right w3-opacity">1 min</span> | |
<h4>John Doe</h4><br> | |
<hr class="w3-clear"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> | |
<div class="w3-row-padding" style="margin:0 -16px"> | |
<div class="w3-half"> | |
<img src="http://www.w3schools.com/w3images/lights.jpg" style="width:100%" alt="Northern Lights" class="w3-margin-bottom"> | |
</div> | |
<div class="w3-half"> | |
<img src="http://www.w3schools.com/w3images/nature.jpg" style="width:100%" alt="Nature" class="w3-margin-bottom"> | |
</div> | |
</div> | |
<button type="button" class="w3-btn w3-theme-d1 w3-margin-bottom"><i class="fa fa-thumbs-up"></i> Like</button> | |
<button type="button" class="w3-btn w3-theme-d2 w3-margin-bottom"><i class="fa fa-comment"></i> Comment</button> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment