Created
February 13, 2016 05:56
-
-
Save premregmi/9eee21b22b0fabf5e017 to your computer and use it in GitHub Desktop.
Responsive Blog Post Design Code Snippet : HTML http://www.nextbootstrap.com/p/responsive-blog-post-design-code.html
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="container news-blog"> | |
<div class="row"> | |
<div class="col-sm-6"> | |
<div class="single"> | |
<div class="image"> | |
<img src="images/slider3.jpg" class="img-responsive center-block" alt=""> | |
</div> | |
<div class="content"> | |
<div class="date"><strong>19</strong>jan 2016</div> | |
<div class="post-item"> | |
<h2><a href="" title="">Responsive Blog Post Design Code Snippet</a></h2> | |
<div class="post-info"> | |
<span><a href="" title=""><i class="fa fa-user"></i> Admin</a></span> | |
<span class="pull-right"><a href="" title=""><i class="fa fa-comments-o"></i> 4 Comments</a></span> | |
</div> | |
<div class="details"> | |
Beautiful example of websites that use responsive web design. CSS3 media queries buttress responsive design. The example and post you have provided will certainly prove useful.Code example of A list of Blog posts using HTML, Javascript, jQuery, and CSS. | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment