Skip to content

Instantly share code, notes, and snippets.

@ofelix03
Created April 10, 2021 21:25
Show Gist options
  • Select an option

  • Save ofelix03/01366dd5563b2f0ed64d43d7f0eee25b to your computer and use it in GitHub Desktop.

Select an option

Save ofelix03/01366dd5563b2f0ed64d43d7f0eee25b to your computer and use it in GitHub Desktop.
tailwind-functional-css
<article class="bg-green-50 w-2/3 px-8 py-10 rounded-xl m-10 shadow-md">
<h1 class="text-4xl mb-2 text-yellow-900 font-extrabold">The Brawl Between Semantic CSS and Functional CSS</h1>
<div class="font-semibold mb-3 text-yellow-700">10th April, 2021</div>
<div class="text-gray-700 text-lg">
<p>The Web has experienced a lot since its creation by Tim Berners-Lee.
You can consider remarkable events like the formation of W3C, the classic browser wars,
the formation of WaSP, the ceding of XHTML and HTML 4.0 standards to HTML5 and many other events.
</p>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment