Created
August 2, 2022 14:23
-
-
Save dektaiimage/43b911ff200ce7de10caa47f45e10145 to your computer and use it in GitHub Desktop.
Example CSS Framework Compare
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
<!-- Bootstrap --> | |
<button type="button" class="btn btn-primary">Primary</button> | |
<!-- tailwind css --> | |
<button type="button" class="bg-blue-600 text-gray-200 rounded hover:bg-blue-500 px-4 py-2 focus:outline-none">Primary</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment