Eleftheria Batsoueleftheriabatsou.hashnode.dev·Sep 6, 2024Mastering CSS3 Selectors: A Complete Guide with ExamplesIntroduction In this article, we will talk about CSS3 selectors, a really powerful tool for everyone who wants to do more while writing less. Whether you're just starting or brushing up your skills, this guide will walk you through the basics to the ...Discuss·14 likes·62 reads🖱CSS Art and small HTML/CSS/JS projects [Codepen]CSS
Eleftheria Batsoueleftheriabatsou.hashnode.dev·Sep 1, 2024CSS3 Pseudo-Classes and Pseudo-Elements: An In-Depth LookIntroduction Hey amazing people. Today, we're diving deep into the world of Pseudo-Classes and Pseudo-Elements in CSS. These are powerful tools in our CSS toolkit that help us target and style elements in unique ways, making our work more efficient a...Discuss·27 likes·26 reads🖱CSS Art and small HTML/CSS/JS projects [Codepen]CSS
Ayush Nighoskarayushn.hashnode.dev·Feb 25, 2024Elevating CSS Mastery: Pseudo-Elements, CSS Sprites, and Display MagicIntroduction CSS is a dynamic styling language that offers a plethora of tools for crafting engaging and interactive web designs. In this guide, we'll delve into the enchanting world of pseudo-elements and classes, explore the efficiency of CSS sprit...Discusscss-sprites
Namya Shahbigsmoke.hashnode.dev·Dec 23, 2023Basics CSS Questions Part 1What does CSS stand for? Cascading Style Sheets. What is the purpose of CSS? It's used to style the layout and appearance of web pages. How do you link an external CSS file to an HTML document? Using the <link> tag within the HTML <head> secti...Discusscss purpose
himanshugopalkdwivedi.hashnode.dev·Nov 17, 2023Pseudo class / elements (lt.18)There were many things that were not possible to achieve through css selectors which we have read till now, therefore we have to introduce pseudo-class selectors to achieve it. A pseudo-class is a keyword that is added to a selector to specify a part...Discuss·10 likespseudo elements
Kerry Owstonblog.kerryowston.co.uk·Oct 20, 2023Exploring CSS Pseudo-classesCSS pseudo-classes are a powerful tool for web developers. They make it possible to apply styles based on specific conditions, enhancing the aesthetic and even the interactivity of websites and in this post, I'm delving into what CSS pseudo-classes a...Discuss·13 likes·43 readsCSS
devansh vermatyrogeek.hashnode.dev·Oct 16, 2023CSS Selectors , Pseudo classes ,Pseudo classes ,and PositionsCSS stands for Cascading Style Sheets. It is used to target any element in HTML and work on it. Using CSS you give styling to your web page which includes the colors, fonts, alignment, transitions, transformation and many more things. Selectors in CS...DiscussCSS
Fields Marshallfieldsmarshall.com·Oct 2, 2023Understanding Pseudo-classes and Pseudo-elements in CSSPseudo-classes are used to define a special state of an element using CSS. There are (in late 2023) around 30 pseudo-classes. Pseudo-elements are called pseudo-elements because they do not exist in the DOM. While there are too many to go into in deta...Discuss·44 readsCSS
Maciek Fitznermackfitz.hashnode.dev·Aug 17, 2023Laying out dots on a dice using display:flex & pseudo-classesI love experimenting with cubes - and to each time somehow embelish the six faces of this beautiful but simple form. I experiment with colors, gradients, filters, mix-blend-modes, patterns, etc. This week I tried making a dice: https://codepen.io/Mac...Discuss·2 likes·8.9K readsPseudo-classes
Lim Woojaejaylog.hashnode.dev·May 14, 2023[CSS] Pseudo-Classes - Explained with ExamplesIntroduction A pseudo-class is used to define a special state of an element. It is used to give a style to the element when a certain event happens. For example, you might have seen that a non-visited link is a blue color, but a visited link is a pur...DiscussFront-endCSS