Intro:
CSS layout properties like position and display often confuse developers, especially when elements behave unexpectedly. In this post, we'll break down these concepts with easy-to-understand vis...
CSS stands for Cascading Style Sheets. As the name suggests, a Style Sheet is a file used to style your web page. (Fun fact: the file extension for CSS is simply .css—just like its acronym with a do...
If you're diving into UI/Frontend development or want to level up your styling skills, mastering CSS is non-negotiable. Here's a comprehensive roadmap tailored to take you from CSS fundamentals to bui...
This blog post is not a tutorial on how to build an input counter component, but rather a discussion on how to structure the component for accessibility and good practice.
The problem of overl...
Hey 👋 This week’s newsletter is packed with goodies, and the CSS section might just be the biggest one we’ve ever seen 😂 From tackling Agile UX challenges to exploring accessibility, 3D Jav...
💰 How to Earn With Just HTML and CSS: From Beginner to Boss
Think you need JavaScript, Python, or complex frameworks to make money as a developer? Think again. HTML and CSS alone can open ...
What happened so far?
Good news! I've done the major part of the old style.scss. Now I'll proceed with the rest of the form.
Was away for exams and other familial duties for a while.
...
Custom HTML properties:-- we can define our own custom properties in HTML element-- and then CSS can fetch the value to that property and stlye it accordingly.[data-x = 'value]{
............
}Dark mo...