CSS Wizardry focuses on CSS architecture and performance. Harry Roberts shares insights on optimizing web performance and maintaining scalable CSS.
CSS Weekly is a curated newsletter that provides the latest CSS articles, tutorials, and tools. It helps developers stay updated with the latest trends in CSS.
CSS { In Real Life } covers practical CSS tips and tutorials. Michelle Barker shares her experiences and insights on front-end development and web technologies.
Modern CSS offers solutions for common CSS challenges. Stephanie Eckles provides tutorials and guides on modern CSS techniques and best practices.
"can you give me some bloggers that write about CSS and web development" prompt. Copilot Chat, Microsoft, 01 April. 2025, https://m365.cloud.microsoft/chat
"can you also supply a summary of each of the seven articles above, along with their blog links and social media platforms?" prompt. Copilot Chat, Microsoft, 01 April. 2025, https://m365.cloud.microsoft/chat
Modern CSS is a blogging site created and written by Stephanie Eckles, where she focuses on implementing modern CSS solutions for older CSS issues. She covers topics from custom property values to CSS selectors and many more. Her site is currently in the development process of adding Modern CSS Challenges, where users can utilize newer techniques to achieve specific results. These challenges are also said to come with guided practice and examples to assist users before beginning the challenge(s).
Providing Type Definitions for CSS with @propertyWith CSS continuously evolving, it can be hard to keep up on all of the newest features and useful functionalities of said features, so having a site, such as Modern CSS, that shows the implementation of recent CSS developments in a practical use case can be useful for others. In this case specifically, implementing types for custom properties can act as a safe guard for when CSS fails to load, as it forces a specific type to that custom property, while providing it with an initial-value
Defining types and initial values for CSS properties can be used in almost any project that uses CSS, but it can be especially useful in cases where it is vital for the CSS to render properly as part of the page load.