ARAmin Raeisiincodepromax.hashnode.dev·Nov 30, 2022 · 7 min readColors in Tailwind CSSTailwind CSS has its own color system. At the time of writing this article, Tailwind CSS provides 22 color names, each with 10 different shades. Shade number 50 is the lightest and shade number 900 is the darkest shade of each color. So a total of 22...00
ARAmin Raeisiincodepromax.hashnode.dev·Aug 25, 2022 · 7 min readHow to Install Tailwind CSS Explained!This post is the beginner's guide on how to install Tailwind CSS using the Tailwind CLI. There are many ways you can install Tailwind CSS and it all depends on what kind of project you are working on. Before we get started, there are a few points you...00
ARAmin Raeisiincodepromax.hashnode.dev·Aug 6, 2022 · 10 min readPrerequisites for Learning Tailwind CSSIn this article, we will go through the minimum CSS knowledge you need to know before starting with Tailwind CSS. I assume that you already know the basics of HTML. But if you don't, I have written a blog series covering that here. What Is CSS? CSS s...00
ARAmin Raeisiincodepromax.hashnode.dev·Feb 1, 2022 · 3 min readWhat to Learn After Learning Basics of HTMLIn this series, we have covered the basics of HTML and in this final episode, I want to go through some questions that you might have. Why Did We Just Covered the Basics? What About Other Elements and Attributes? There are a lot of HTML elements (100...00
ARAmin Raeisiincodepromax.hashnode.dev·Jan 26, 2022 · 8 min readWhat is Semantic HTML?Semantic HTML is the last topic I want to cover in this series. But before adding some semantic elements to our existing project from the last episodes, let's answer some questions about semantic HTML. What Does Semantic Mean? Semantic means meaning/...00