Created
April 10, 2021 21:25
-
-
Save ofelix03/01366dd5563b2f0ed64d43d7f0eee25b to your computer and use it in GitHub Desktop.
tailwind-functional-css
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
| <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