SixPixelforSixPixelsixpixel.hashnode.dev·Nov 16, 2024Jadani Font FreeUnlock Your Creativity with the Jadani Font In the ever-evolving world of design, the right font can be the spark that ignites your creative journey. Enter Jadani, an exceptional script font that effortlessly blends elegance with versatility. Its dyn...Discussjadani
Zeeshan Safdarzeeshansafdar.hashnode.dev·Nov 14, 2024Styling React Components: Options💡 Styling React Components: Flexibility at Its Best 💡 When it comes to styling in React, there’s no single “correct” way. Unlike some frameworks, React doesn’t dictate how you should style your components. Why? Because React is a library, not a fra...Discussstyling
Supriya Msupminn.hashnode.dev·Nov 10, 2024Decoding StyleX: Meta's Cutting-Edge Styling SystemEvery October, the biggest international react conference occurs in Goa, India. Yes, I am talking about React India. This year (2024), was even more special for me as I got a chance to speak at this magnificent conference. Here's the recording of my ...Discuss·48 readsDesign Systems
Nehal Fathemasafaranokhi.hashnode.dev·Nov 8, 2024Unlocking the Power of CSS clip-path for Creative Web DesignIntroduction In modern web design, the ability to add custom shapes and creative layouts is a key factor in creating a unique user experience. One of the most powerful tools available for this is CSS clip-path. This property allows you to clip elemen...Discussclip-path
Agboola Vincentvinnietec.hashnode.dev·Nov 5, 2024SCSS over CSS? Is It Truly Worth The Switch?Have you been asking or wondering why developers prefer SCSS to CSS for styling their websites? What makes SCSS a popular choice, and is it really worth the switch from traditional CSS? This article will explore these questions, providing a straight...Discusssoftware development
Aaksaaks.hashnode.dev·Oct 13, 2024Day 11: Diving Deeper into CSS—A Key Piece of My React JourneyAs I continue my 40-day React journey, day 11 has been slightly different. While building my project, I realized that I’ve been neglecting an important aspect of front-end development: CSS. While I did add some styling I wasn’t doing them on my own, ...Discussbasic tailwind
Surya Durgeshsuryatechie.hashnode.dev·Sep 25, 2024Getting Creative with CSS: Styling Your First Web PageCascading Style Sheets (CSS) bring life to web pages by allowing you to control the visual presentation of your HTML content. While HTML provides structure, CSS is what makes your web pages visually appealing and professional. In this guide, you'll l...DiscussCSS3
Prakash Dasprakshh.hashnode.dev·Sep 21, 2024Styling in React Native: Inline Styles vs Common Issues with NativeWind and Their FixesWhen working with React Native, developers have several options for styling their applications. One of the most common approaches is using inline styles with JavaScript objects, but frameworks like Tailwind CSS—or more specifically, NativeWind for Re...DiscussReact Native
Shams Nahidblog.shams-nahid.com·Sep 13, 2024Understanding the Common "display" Property Values in CSSIn CSS, display is one of the most used CSS properties. As a value of display property, most commons are none, block, inline, inline-block and flex. Additionally, in different cases, grid, table, table-row, table-cell and list-item are used. Responsi...DiscussNode.js & JavaScriptCSS
Shams Nahidblog.shams-nahid.com·Sep 13, 2024Understanding CSS Box ModelOverview Box models are the core concept of CSS. We can define box models, Rectangular Box Generated for the elements Reside in the document tree Each of the CSS models has a content area along with the possible optional surroundings, Padding ...DiscussNode.js & JavaScriptCSS