Skip to content

Instantly share code, notes, and snippets.

@abruzzi
Created August 29, 2022 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abruzzi/5a542931b1acb1f8325b5dbd5a67205f to your computer and use it in GitHub Desktop.
Save abruzzi/5a542931b1acb1f8325b5dbd5a67205f to your computer and use it in GitHub Desktop.
<section class="latest-news">
<h4>Latest news</h4>
<ul class="news-container">
<li class="news">
<article>
<header>
<img src="assets/news-1.webpx" alt="news">
</header>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Non sit cupiditate nostrum dolorum rem?</p>
</article>
</li>
//...other items
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment