About 14,100,000 results
Open links in new tab
  1. In CSS what is the difference between "." and - Stack Overflow

    Mar 2, 2009 · What is the difference between # and . when declaring a set of styles for an element and what are the semantics that come into play when deciding which one to use?

  2. What does the "~" (tilde/squiggle/twiddle) CSS selector mean?

    May 28, 2012 · Searching for the ~ character isn't easy. I was looking over some CSS and found this .check:checked ~ .content { } What does it mean?

  3. css selectors - CSS "and" and "or" - Stack Overflow

    May 9, 2010 · Learn about CSS selectors, including how to use "and" and "or" for efficient styling on Stack Overflow.

  4. Can you use if/else conditions in CSS? - Stack Overflow

    Jul 15, 2009 · Update Jul 2023: Modern CSS now has @container queries support for size and soon also style & state, and that basically means a native way for an if/else condition. Below is an …

  5. css - How to force image resize and keep aspect ratio? - Stack Overflow

    background-position: center; } Now you can just set your div size to whatever you want and not only will the image keep its aspect ratio it will also be centralized both vertically and horizontally within the div. …

  6. Tailwind CSS v4 - Unknown at rule @plugin, @custom-variant, @theme ...

    Mar 17, 2025 · I'm using Tailwind CSS v4 in my Next.js project and getting the following errors in globals.css: Unknown at rule @plugin css (unknownAtRules) Unknown at rule @custom-variant css …

  7. css - Media Queries: How to target desktop, tablet, and mobile? - Stack ...

    I have been doing some research on media queries and I still don't quite understand how to target devices of certain sizes. I want to be able to target desktop, tablet and mobile. I know that there

  8. css - How can I change the color of an 'svg' element? - Stack Overflow

    Learn how to change the color of an SVG element using CSS techniques and properties.

  9. css - How to disable text selection highlighting - Stack Overflow

    For anchors that act like buttons (for example, the buttons on the sidebar of this Stack Overflow page titled Questions, Tags, and Users) or tabs, is there a CSS standard way to disable the highlig...

  10. html - Change color of PNG image via CSS? - Stack Overflow

    Given a transparent PNG displaying a simple shape in white, is it possible to somehow change the color of this through CSS? Some kind of overlay or what not?