Filter
Exclude
Time range
-
Near
๐‚๐’๐’ ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ ๐๐ฎ๐ข๐ณ ๐Ÿค” #CSSTutorial #WebDesign #FrontendDevelopment #CSS3 #CSSLayout #ResponsiveDesign #CSSTricks #CSSFlexbox #CSSGrid #CSSPositioning #CSSAnimations #WebDevelopment #LearnCSS #HTMLCSS #CSSFramework #CSSSelectors #FlexboxGuide
1
2
112
๐‚๐’๐’ ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ ๐๐ฎ๐ž๐ฌ๐ญ๐ข๐จ๐ง๐ฌ ๐๐ฎ๐ข๐ณ ๐Ÿค” #CSSTutorial #WebDesign #FrontendDevelopment #CSS3 #CSSLayout #ResponsiveDesign #CSSTricks #CSSFlexbox #CSSGrid #CSSPositioning #CSSAnimations #WebDevelopment #LearnCSS #HTMLCSS #CSSFramework #CSSSelectors #FlexboxGuide
1
1
112
๐Ÿ” Preview: CSS Selectors Tomorrow, weโ€™ll dive into CSS selectors, which are used to target specific HTML elements. Youโ€™ll learn how to style individual elements, groups of elements, and even classes and IDs. Stay tuned! #CSSSelectors #WebDevelopment #CSSBasics
1
1
4
46
Hi! ๐Ÿ‘‹ ๐Ÿš€ Master CSS Selectors course is just around the corner! ๐ŸŽ Free preview videos now LIVE! Can't wait? Neither can we! ๐Ÿ”— css-selectors.dev Check them out and get a taste of what's coming! โœจ #WebDev #CSS #CSSselectors #frontendly
๐Ÿš€ Ready to master CSS selectors? css-selectors.dev โ€ข What you will get ... โ€ข 70 Selectors โ€ข 10 CSS fundamentals โ€ข 100 Quizzes โ€ข Real-world scenarios ๐ŸŽ Launch sale coming soon! Don't miss the lowest price ever. #WebDev #CSS #CSSselectors #frontendly
1
3
460
Day 42 of my #100DaysOfCode challenge. I tackled sticky positioning for a sleek nav bar, explored float & clear properties in CSS, and conquered #CSSSelectors. Solving the sum of digits problem in DSA and cracking tough #Codechef problems felt victorious.
3
4
62
Day 6 of Development (MERN) #100DaysOfCode Today I learned about the following things in #CSS: โœ…Complex CSSSelectors โœ…Compound CSS selectors โœ…CSS Padding and Colors โœ…CSS Layout & Started learning #JavaScript with basics!
2
76
Boost your CSS workflow with :where() pseudo-class selector. #CSS #cssselectors #FrontEndDeveloper #optimisticweb youtube.com/shorts/6O9olu8mlโ€ฆ
1
5
116
25 Jan 2024
Mastering CSS selectors: The key to unlocking advanced styling! ๐Ÿ”‘๐ŸŽจ #CSSSelectors #WebDev
1
3
304
Breaking boundaries with the :has() pseudo-class selector in CSS. #CSS #pseudoclass #cssselectors #optimisticweb youtube.com/shorts/YoCm92Kofโ€ฆ
1
6
111
CSS Selector Challenge! ๐Ÿ” Can you ace this CSS query? Which selector targets the immediate children of an element? A) .children B) > C) ~ Drop your guesses below! ๐Ÿ–Š๏ธ No searching! ๐Ÿšซ #CSSselectors #WebDev #StyleMaster
4
8
346
21 Nov 2023
CSS Selector Quiz! ๐ŸŽฏ Hey #WebDev gurus! Ready for a quick test? Which CSS selector targets the first child of an element? A) :first-of-type B) :first-child C) :first-element Share your expertise in the comments! ๐Ÿ–Š๏ธ No online searching! ๐Ÿšซ#CSSSelectors #StyleQuiz #FrontEndChallenge #html #css #javascript
5
9
737
In cssSelectors, what is the use of >combinator ?
20% Selects direct children
40% Selects descendants
40% Selects adjacent siblings
5 votes โ€ข Final results
1
2
317
Just finished with the CSS selectors course on coddy.tech , this journey of web development hasnโ€™t been easy ๐Ÿ˜‚ but God willing Iโ€™ll thrive to the end ๐Ÿ™ #coddytech #cssselectors #css #ุงู„ู‡ู„ุงู„_ุงู„ุฎู„ูŠุฌ #AUSvsPAK
4
162
17 Oct 2023
Interesting facts about CSS selectorsโฌ‡๏ธ CSS selectors are the building blocks of CSS styling. They allow you to select specific HTML elements and apply CSS rules to them. There are many different types of CSS selectors, but some of the most common ones include: โ€ข Element selectors: These selectors select all elements of a specific type, such as div, p, or img. โ€ข Class selectors: These selectors select all elements with a specific CSS class. โ€ข ID selectors: These selectors select a single element with a specific CSS ID. โ€ข Descendant selectors: These selectors select all elements that are descendants of a specific element. โ€ข Child selectors: These selectors select all elements that are direct children of a specific element. โ€ข Sibling selectors: These selectors select all elements that are siblings of a specific element. CSS selectors can be combined to create more complex selections. For example, the following selector selects all div elements with the class my-class that are direct children of a p element: p > div.my-class CSS selectors are a powerful tool that allows you to style your HTML pages with precision. By learning how to use different types of CSS selectors, you can create complex and visually appealing layouts. Here are a few tips for using CSS selectors: โ€ข Use specific selectors whenever possible. This will help you to avoid accidentally styling the wrong elements. โ€ข Use descriptive class names and IDs. This will make your code more readable and maintainable. โ€ข Use descendant selectors to simplify your CSS. This can be especially helpful when styling complex layouts. โ€ข Use the browser's developer tools to inspect the DOM and identify the elements you want to style. This can be helpful when debugging your CSS. With a little practice, you'll be able to use CSS selectors to create beautiful and stylish web pages. #CSS #CSSselectors #webdevelopment #coding
2
66
Today Day 7, I continued my #100DaysOfCode challenge by diving into a treasure trove of CSS selectors. CSS selectors are a powerful tool for targeting specific elements on a web page. The basic, compound, pseudo, and advanced Selectors #100DaysOfCode #CSSSelectors #CSSAdventures
3
19
Day 2 of #100DaysOfCode Challenge ๐ŸŽจ Diving deeper into CSS with selectors and the box model! I explored different types of selectors - tags, classes, and IDs - to target specific elements on a webpage. Plus, the box model demystified! ๐Ÿ“ฆ ๐Ÿ’ช๐Ÿš€ #CSSSelectors #BoxModel
3
65
11 Aug 2023
Discover the magic behind :empty, :valid, and :future pseudo selectors in CSS. #wrkble #wearedevs #wearedevelopers #100daysofcode #developers #programming #coding #developer #CSS #pseudoselectors #empty #valid #future #cssselectors @css @tailwindcss (Thread)๐Ÿงต
1
2
133