Created
February 13, 2013 15:19
-
-
Save fdaciuk/4945311 to your computer and use it in GitHub Desktop.
Uma seção com vários artigos relacionados à seção, mas independentes entre si.
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
<section> | |
<h1>Posts do blog</h1> | |
<article> | |
<h1>Título do artigo</h1> | |
<p>Resumo do artigo</p> | |
</article> | |
<article> | |
<h1>Título do artigo</h1> | |
<p>Resumo do artigo</p> | |
</article> | |
<article> | |
<h1>Título do artigo</h1> | |
<p>Resumo do artigo</p> | |
</article> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment