Salutations TutFlixer!For the first time in TutFlix history, I’m presenting the CSS Learning Path from Frontend Masters. This curated path is perfect for anyone wanting to hone their CSS skills. Whether you're a beginner or have been writing CSS for a decade, these 14 handpicked courses will...
Build a personal portfolio website to solidify your knowledge of the fundamentals through a hands-on project. Implement a style guide and code responsive layouts for desktop, tablet, and mobile devices. Use the latest CSS techniques, such as CSS variables, flexbox, grid, and media queries, to...
Use Tailwind CSS's utility-first approach to build out entire web designs without needing any custom CSS! You can even add responsive breakpoints and dark mode right into your HTML markup. Learn through hands-on exercises building real-world components like modals, forms, and page layouts...
Learn how to become self-sufficient for the entire process of execution from concept to design to implementation. Also, understand the rules for designing to become a better collaborator to design team members and better able to execute the creation of complex and beautiful front-end...
Looking to practice your CSS skills? Work through five distinct projects to practice writing semantic HTML, mobile-first designs, media queries, and CSS layout techniques. You'll leverage CSS variables, flexbox and grid, inheritance, and responsive design strategies for supporting multiple...
Discover new HTML elements and CSS Selectors that you might not know! Learn the hard parts of CSS, including inheritance, specificity, and the cascade. Plus, get hands-on with modern CSS selectors like :is(), :where(), and :has()! With this knowledge, you'll be able to create web pages with...
CSS Grid is the most important tool in a modern web developer's toolkit for laying out web pages. With its two-dimensional structure, precise positioning, and overlapping elements, you’ll learn to achieve complex layouts with minimal code. You'll also explore advanced techniques like container...
Get to a level in development that you never thought would be possible with this expansive course from Andy Bell.Senior level CSS developers are so much more than syntax experts
You can spend all the time in the world focussing purely on your CSS knowledge, however, top level front-end...
Description
Build a Website from Scratch is a course on creating a fully functional website from scratch using essential web development tools and techniques, published by FrontendMasters Online Academy. In this course, you will learn how to build a complete, responsive website from scratch...
Starting with the basics of CSS and HTML, you'll progress through creating responsive designs for mobile, tablet, and desktop layouts. You'll learn to code complex layouts with CSS Grid and Flexbox and tackle real-world exercises like styling buttons, audio players, hamburger menus, and lists...
Flexbox is no longer an advanced topic in CSS. Today, it's an essential tool for styling modern web pages. In this course, we'll use a variety of real-world examples and components to explore all of the CSS properties related to flexbox. These examples will help you to better understand the core...
Learn to write better, resilient CSSIf you find yourself wrestling with CSS layout, it’s likely you’re making decisions for browsers they should be making themselves.Through a series of simple, composable layouts, Every Layout will teach you how to better harness the built-in algorithms that...