Focus state after being active
So, in my website, I added the tabIndex property so I could tab trough the links, and I added some outline while the button was focused. The problem is that when I was clicking them, so when they were active, the outline would appear. To remove it, I made the link:active with no outline and it fixed the problem.
But, now, if I click the link and drag it outside because I dont want to click it anymore (or for some other reason), and then release, the :focus state is still triggered, how can I fix it, I want the outline only when it's actually needed
https://i.imgur.com/3XqYtPe.gif...
How to don`t select all label using js like we do with has css
So In first image(image I draw on), show all underline are label and orange box show result of selection.
But I don`t want to select the last label using js, how to prevent this(causing error show in image two)...

`Temporal` upcoming feature
Can anyone recommend some good resources for learning about the new
Temporal API that's in proposal?
I've been reading the official docs but I find the examples and explanations a bit lacking and inexhaustive.
If there's a YouTube video using one of the polyfills that would be ideal, but I'm yet to find something that goes beyond what the docs show....hi ,my tailwindcss is not working for some reason pls help
i installed tailwind into my project. when i try to run script it keeps giving me the same error. Anyone got an idea on how to fix this issue please , i would greatly appreciate it
[deprecation] Running tailwindcss without -i, please provide an input file.
"warn - No utility classes were detected in your source files. If this is unexpected, double-check the
content option in your Tailwind CSS configuration....
Webpack cache.cacheDirectory and gitignore
I'm new to using this webpack option, and this is probably a stupid question, but there's no need to have the folder it creates as part of my git repo is there?
Webpack option: https://webpack.js.org/configuration/cache/#cachecachedirectory...
how to prevent child element from overflowing parent element (css position)
the attach image is original work.
I am building a dropdown, but droplist with absolute position overflowing it parent with relative position.
here is the code that demonstrat the work: http://jsfiddle.net/er6tL5q0/1/...

Halftone over gradient using SVG
Is it possible to create an SVG filter stack to convert a gradient to a halftone? I found this but I would prefer an SVG filter over canvas:
http://anderoonies.github.io/projects/halftone/#generating-halftones...
Need help HTML & CSS
I am wondering how I can achieve this look I tried with using flex box with the span element (the 01) and the h3(the heading part) but not able to get the span element to have that radius and take up the space can someone suggest a solution thanks!
after pseudo element is not appearing
```html
<div class="parent">
<img src='https://unsplash.it/500/500' class="logo" />
<div>
<h4 class="title">Paolo Cannone</h4>...
Before and After Sliding Panels
Have you ever seen those image displays where a bar slides back and forth over two images showing a before and after shot? What would you call that pattern?
I have an idea for a pair of articles that I would like to show together with the same affordance. Have you ever seen a Codepen or anything with that kind of sliding panel over text?...
is it possible to get rainbow tags in JSX like normal HTML ?
so i have extention called rainbow tags where any parents or sibling elements would get their own color to make it easier to know where the start and the end of an element and i started learning React and i find it harder to write JSX without that extension is there any extention that has the same job?

Pseudo element not appearing in a tailwind codepen
Hello!
I've a barebones codepen I've taken out of my project in order to have a bit of bug-hunting fun, and have found that the pseudo element (line 6) isn't appearing in codepen, but it is in my project.
I'm just not sure why!...
How to align children of a flex children
In this situation https://codepen.io/Lko3001/pen/PoBNywG, can I make the children of the div at the bottom "follow the rules" of the parent with flex? I know I could just style the div at the bottom and make it flex, , then items center and all that stuff, but i was wondering if there was an easier way to do it
Question about SCSS map
How to make loop with
@each or some think else or join to foo-bar=>bar-foo:123 with map-get.
```scss
$test:(
foo:(
bar: foo1,...My SVG hamburger menu is not showing up.
Hello,
I am pretty new to html and css and I am currently working on a navigation bar similar to Kevin's from the video called "Responsive navbar tutorial using HTML CSS & JS".
My code looks like this
```css...

Which code is better considering accessibility and semantics
I'm trying to come up with the best way to present/code forum categories with forums list in terms of semantics and accessibility.
https://codepen.io/MannixMD/pen/JjBPMGb
If you have another idea on how the code should look like I'm open to suggestions 🙂...
I want to darken my banner background images
The problem is when I set the "filter: brightness(50%)" value, my banner title also got 50% brightness which I don't want to. I tried to change the title's brightness back to 100%, but it doesn't really work. I will attach 2 pictures of the code, and there is the link for the site:
https://lovely-swan-09f5fa.netlify.app/...