aria-label = global?
Just wondering what this means exactly?
It's used in several Tailwind components:
```
<nav class="relative flex items-center justify-between sm:h-10 lg:justify-start" aria-label="Global"></nav>...
how to change display direction depend of child of container
how to change display direction depend of child of container
for example if have 3 childs display direction unset if not display direction : column...
Sliding sidenav (pushes main content)
Hey friends, I have a left-side navigation pane that on smaller screens should slide out from left to right like a drawer and push the main content to the right.
Are there any tutorials on this kind of side nav? I've tried a few times but can never get this effect to work flawlessly using grid....
Help using cutout pro API
Hi! asking for help since I'm blank as polished ice on how to go on about this.
I have a short snippet from cutout.pro on how to implement their background removal tool, written in node.js
I do not know node.js so it's a bit greek to my eyes.
Link: https://www.cutout.pro/api-document/#api-mode-1--return-binary-stream
...

Logo maker
Does anybody knows a good website where i can create and a download a logo for free with no watermarks?
Totally Different Images for Mobile screen
This is a slideshow of images. I want to use totally different images for mobile.
How do I achieve that?
Tried changing the source of the figure for mobile, didn't work. Sorry if I'm asking basic thing, I'll just started learning js and jquery....
Tried changing the source of the figure for mobile, didn't work. Sorry if I'm asking basic thing, I'll just started learning js and jquery....
Challenging Header Design
Hi All, I've been tasked with building this header to support a video feature where the image currently sits. I'm unsure on how to go about building this in HTML & CSS. My initial thought was to build each element individually and layer them on top of each other using absolute positioning and zindex.
I'm wondering if there is an easier way to do this with responsive design in mind....

is() selector issue
Was making an example for somebody on another server and found that while:
worked, the following use of
.cat-container.walking > img.walking,
.cat-container:not(.walking) > img.idle {
.cat-container.walking > img.walking,
.cat-container:not(.walking) > img.idle {
:is() didn't:
```css...Unable to add data array into left side of the documentation page
I have a data array that consists of the items on the left side nav. I tried using several methods but I'm not able to add the data array items as list elements.
Here is my codepen to check out my code - https://codepen.io/adarsh88/pen/gOjMEvz. I want to add the list items with the class "nav-link" inside the ul id of listElem (Add the list items under JS Documentation). Can someone guide me on how to do it?...
Help with Select element CSS styles
What css attribute would make the border around the Select element be gone and which attribute would make the words appear half way cut off at the bottom of the element?
When I inspect the select element this is what chrome shows for the styles on it:
```.field__input, .customer .field input {...

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>...