Avneesh Agarwalavneesh0612.hashnode.net·Dec 6, 2021How I personalized my Hashnode blog and you can too! 🌟Many people have asked me that how does my blog feels so similar to my portfolio and matches the theme even though it is built using Hashnode and I have done very little work for the blog. The answer is with custom CSS! What is Hashnode? For the rea...Sunrit Jana and 6 others are discussing this7 people are discussing thisDiscuss·144 likes·4.6K readsHashnodeGreat article!!! Lemme see what I can do to my blog 3
Avneesh Agarwalavneesh0612.hashnode.net·Dec 12, 2021TailwindCSS v3 released! A look at the new features 🎨Intro Tailwind CSS v3.0 just got released and they have added a lot of cool features, so let's have a look at them. JIT is now inbuilt The JIT mod is now inbuilt in TailwindCSS so it is way faster now and also enables some cool new features like sta...Aman janwani and 1 other are discussing this2 people are discussing thisDiscuss·99 likes·2.3K readsTailwind CSSVery Useful Blog. Thankyou Avneesh! 4
Braydon Coyerbraydoncoyer.hashnode.net·Nov 18, 2020FeaturedTailwind 2.0 is Live!If you've been following along on Twitter, Tailwind was hinting that something big was coming. Today we get the reveal. Tailwind 2.0! 🥳 The first major release to the utility-first framework brings with it some incredible features, and while you sh...Emil Moe and 7 others are discussing this8 people are discussing thisDiscuss·96 likes·658 readsTailwind CSS
Satyapriya Mahatosatyapriya-mahato.hashnode.net·Apr 15, 2023Colors and Styling in HTMLIntroduction HTML is the basic language used to create web pages. HTML elements can be styled using CSS. In this blog, we will discuss a few more HTML elements, colors, and a little bit about CSS. Colors Colors can be defined in HTML using various me...DiscussHTML5
Kuswanth Kumarkuswanth.hashnode.net·Apr 8, 2023CSS (Cascading Style Sheets)CSS (Cascading Style Sheets) is a fundamental part of modern web development. It allows developers to separate the presentation of a web page from its content, making it easier to create beautiful, responsive, and consistent designs across different ...DiscussCSS
Paweł Bogutapawelboguta.hashnode.net·Apr 7, 2023How to use Theme in styled-components w/ TypescriptReact has become one of the most popular libraries for building robust applications, and styled-components is a powerful tool that enables developers to write CSS code within their React components. However, when using TypeScript with React, it can b...Discussstyled-components
Christophe Anfryfryblog.hashnode.net·Mar 22, 2023Styling in web developmentIntro CSS, What is CSS? If HTML is the skeleton of the human body, CSS is the skin, the color of the eyes, the haircut... You can't pretend to build websites or apps without knowing CSS. But there are many different ways to add styles to your project...Discuss·2 likes·74 readsTailwind CSS
Olaojo J. Moyosore moyosoree.hashnode.net·Mar 14, 2023Styling React Apps With CSS: Your Ultimate Guide.Introduction It is no longer news that React is one of the most powerful and used Javascript frameworks. It is built on a style of programming known as Declarative Programming, where you need to 'declare' what you want to do and React will handle all...Discuss·21 likes·138 readsCSS
Vaibhav Kumarvaibhavwrites.hashnode.net·Mar 13, 2023Styling React Components with Custom CSS: Best Practices and TechniquesStyling React components using custom CSS can be challenging, but it's an essential skill for any developer. In this blog, we'll explore different methods and use cases for styling React components with custom CSS and offer best practices for achievi...Discuss·27 readsREACTCSS3
Aziken Preciousazikenp.hashnode.net·Mar 10, 2023The disparity between the "rem" and "em" units in CSS.Prerequisites Basic knowledge of HTML and CSS. Introduction There are many units of measurement in CSS stylings such as px, cm, rem, em, vh, vw, and many more, some of which are relative values of measurements and some others which are absolute value...Discuss·11 likes·26 readsCSS
Maryann Alongejumokealonge.hashnode.net·Mar 8, 2023Understanding the Dynamics of CSS Units.Apportioning measurements in CSS is an integral part of using the stylesheet language and getting the most desirable outcomes for our website designs. However, to adequately make website styling responsive, one has to understand the various ways in w...Discuss·10 likes·37 readsCSS
Bhavya Vermabeebombshell.hashnode.net·Mar 5, 2023Using Framer Motion to animate your website ✨Writing long CSS animations has always been a hassle for web developers. But, what if I tell you, there is a better way of creating beautiful and pleasing animations with less code, yet incredibly easy? The answer to this question is Framer Motion. �...Nikhil Kadam and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·41 readsframer-motion
Himangshu Kalitahimangshukalita.hashnode.net·Feb 19, 2023Different ways to bring CSS into the HTML fileWe can add CSS to our projects in the following ways: Inline styling Internal styling External styling Inline styling Inline styling is a technique in HTML that allows you to apply style directly to an HTML element using the style attribute. It ...DiscussCSS