laracasts / Laravel-From-Scratch-HTML-CSS

The HTML and CSS for the blog design for Laravel From Scratch
https://laracasts.com/series/html-and-css-workshop
191 stars 113 forks source link

Fix/code quality #4

Open MasihTak opened 11 months ago

MasihTak commented 11 months ago

This PR will address the majority of the issues raised in #3.

There are still some accessibility issues but I tried to maintain the original design, in this PR, I concentrated on writing clean code and reducing unnecessary DOM elements and the messy code that TailwindCSS introduces!

Clean Code Ugly code
clean-code ugly-code