Rupesh Kumarrupeshmunday.hashnode.dev·Jul 1, 2024Intro to CSSWhat is CSS? If you will look on MDN(Mozilla Developer Network) for the definition of CSS it will say Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML orXML (including XML dialects ...10 likesCascading Style Sheets
Arjun Sharmaqaquasar.hashnode.dev·May 7, 2024Selectors in CSSAlright kiddo, imagine you have a magic wand that can pick out specific toys from your big toy box. CSS selectors are a bit like that magic wand, but for websites instead of toys. we have five type of selectors : Tag Selector: It's like saying, "He...CSS
Arjun Sharmaqaquasar.hashnode.dev·May 7, 2024CSS PropertiesColor: Just like adding colorful sprinkles to our cake, the color property changes the color of text, backgrounds, borders, and more on our website. Font-Size: This property is like deciding how big or small the letters on a birthday cake should be ...CSS is easy
Arjun Sharmaqaquasar.hashnode.dev·May 6, 2024Introduction to CSS"Alright kiddo, imagine you have a magic wand that can change the colors of things around you. That's kinda like CSS! CSS stands for 'Cascading Style Sheets,' but you can think of it as your magic wand for making web pages look awesome. Here's how i...CSS
Arjun Sharmaqaquasar.hashnode.dev·May 6, 2024Types of CSSAlright, imagine CSS is like a special coloring kit for web pages. It stands for "Cascading Style Sheets," but you can just remember it as "Coloring Stuff Simply." Just like you use different colors and patterns to make your drawings look cool, CSS h...CSS for dummies
Abdul Azeez Ismailsupercoder4401.hashnode.dev·Apr 17, 2024CSS Combinators : How to Use CSS Combinators to Select and Style ElementsA combinator is something that explains the relationship between CSS selectors. It allows you to target and style elements using their relationship with other elements and their location within the HTML document. This article explains the different t...#codenewbies
Kelvin Ofilikelvinofili.hashnode.dev·Jan 15, 2023Getting started with CSSIf you are reading this, it is safe to assume that you have covered all you need to know about HTML. Well, congratulations! It's time for the next step, and it only gets easier from here on out, trust me. CSS, which stands for Cascading Style Sheets,...Css for beginners
Sahil Halbecodestories.hashnode.dev·Jan 12, 2023CSS For Beginners: Mastering the Art of Web Design!Introduction Are you ready to take your website to the next level? Look no further than CSS, the styling language that can transform your plain HTML pages into visually stunning masterpieces. As a beginner, the thought of diving into CSS can be overw...49 readsbeginners guide
Jay Kumar Guptajaygupta.hashnode.dev·Dec 5, 2022Fundamental CSS concepts to learn as a beginnerCascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML.CSS describes how elements should be rendered on screen and other media. At first glance, CSS might seem overwhelming and frustratin...3 likes·238 readslearn css
Anita Kahenyaanitakahenya.hashnode.dev·Nov 15, 2022CSS Beginners GuideWhat is CSS? CSS is a design language created to make web pages presentable. It was developed by W3C in 1996 mainly to consolidate the formatting of HTML pages. Initially, styling like color, border, fonts, etc had to be repeated on each HTML file w...11 likes·286 readsCSS