Leaving Tailwind and Learning CSS Structure
EDITOR BRIEF
The author describes migrating a couple of sites from Tailwind to semantic HTML and plain CSS. They explain that Tailwind helped them build small sites and also taught them useful ideas like resets, color palettes, font scales, and other systems for keeping CSS organized. They then begin outlining the parts of their CSS they want to structure, including components, spacing, responsive design, and the build process.
INSIGHTS
This is useful because CSS gets messy without clear rules, and beginners can borrow the idea of small systems to stay organized. A good next step is to practice separating reset, layout, and component styles in a simple project.
Learn more with these courses
CodeFriends courses that build on this story. Practice in the browser with nothing to install.
- Introduction to HTML, CSS, and JavaScriptLearn the fundamentals of HTML, CSS, and JavaScript, and build your own website from scratch.Beginner25 Hours
- Introduction to Web Development (Light)Master HTML, CSS, and JavaScript in just 10 hours.Beginner10 Hours
- Python Programming 101Learn Python in just 20 hours! Kickstart your programming journey with this beginner-friendly course.Beginner20 Hours
COMMENTS
Loading comments…