Border inside grid (animated if possible)
any ideas how to make this borders inside of the grid?
with little dots at the ends
and maybe draw them at first load...

Need help with my layout responsiveness.
Hey, im making a website for a group that i have with some friends but im not able to get the layout to be responsive (NOT talking about on mobile)
The problem:
The problem is that when i resize the page on my browser (chrome) horizontally and/or vertically, it doesn't look very nice. Elements like images and text are overlapping and changing position when they should be static....
Best way to get this harp instrument working
I'm working with a musician/artist who has installed a wind sensor at a site and wants to hook it up to a virtual Aeolian harp interface. The instrument itself is working so now I need to make it look good. Here's a draft layout from the client, which I think looks good but I've got concerns about how the knobs will work in the UI. I'm worried they're going to be tricky to get right with a mouse and even harder to use on touchscreen devices. Is that unfounded? Or am I better switching those to r...

Class overwriting styles it shouldn’t?
Hey, I’m trying to style a button with two classes with the
[class|=“”]
selector, if I add with-icon
and button
at the same time it overwrites all of the styles for the button class. This would totally make sense if both classes had the same properties in which case the cascade would handle which values are used, but it overwrites things in button
that with-icon
doesn’t have, such as background-color
. I want it to overwrite the display property only in this case, which I thought it would do.
It doesn’t do this when I use regular class selectors e.g .button
so it must be selector related, but this selector says ‘if the element has a class with that value or one that starts with that value”, this doesn’t sound like they should clash in any other way than expected?
https://codepen.io/deerCabin/pen/EaYyaqr...Web design responsiveness
Hello everyone, just want to ask for help regarding the responsiveness of my practice project(website portfolio). The issue is that when I view it on Google like in the live server, it does look good, however, if I shrink the browser tab it doesn't look good. When I shrink it on Google inspect elements it shows like this:
I will share the codepen link here and some screenshots.
Codepen link: https://codepen.io/Atleastre14/pen/yyByWmb
...

display contents use cases
Hey, what are some use cases for
display: contents;
? To me it seems very similar to subgrid but since it comes with the reduced styling consequence, i don't really see any positives for it?
I'd appreciate any help, thanks in advance....help with assignment
can someone please help me with an assignment? i'm going crazy... its a simple website designing with html and css, just a few requirement from the rubric like adding images, audio or video files and some other simple stuff but i cannot wrap my head around this. please dm me if someone can help me... anyone who knows how to do it can get it done in maybe an hour.... plz dm me if u can
Are you unable to use numbers on CSS font family names?
So I was last night coding a little thing to randomize the font used in a part of the title of my page, and it works perfectly. However, I ran into an issue regarding numbers in the font name. As you can see in the image, I have an array of fonts, pick one at random, and then use a template literal to change the font to the element's style. The font is called 1942 Report, and so I called it 1942 in the @font-face declaration in CSS. However, this didn't seem to work within the javascript code. It did however, work when I manually set that font into the font-family attribute within the stylesheet. Are font names not supposed to ever have numbers? Or is it the javascript that inserts it in a different way? I couldn't find anything about this online except for one person that seemingly had a similar issue with numbers, so I'm curious about it
Of course, I don't need to have numbers in my fonts and I'll just avoid using them if it causes issue, but I would like to know what is going on...

Overlaying half of a logo on top of an image
I'm trying to get half of the 'RixtMixt' logo to be on top of the first image, as seen in the design (1st image attached). My previous attempts resulted in the section overflowing, or there being some weird whitespace. The section needs to be 100vh. Here's the code (Astro & Tailwind):
`<section
id="streetwear"
class="flex flex-col justify-between md:h-svh px-4 md:px-12 py-7"
>...

Why image appears "pixelated" despite object-fit cover used
Hello guys, can someone explain why the image appears to be pixelated when kind of zooming out, the same image in the upper right hand-side, there it appears "beautiful" but in the middle doesn't appear in good quality, is the problem related to the resolution itself ?

Show and Hide table row with animations
Have been struggling for a couple of days now trying to implement animations on showing and hiding table row....
Animation is working on the show keyframe.
Code sample;...
Question about a bug in my website
Hi! I have a question about this ss from my code. I am COMPLETE beginner and I just started with coding. So far, I aspire to learn HTML, Css, and Javascript. I do know that there is a better way to do what I am doing in the picture, but I don't really know much so I'm just taking this way. Anyways, as you can see in the javascript, I tell it to assign the value keyCode to document.getElementById("keyPass").innerHTML and then I add a window alert to tell me what the value is. However, for some r...

VueRouter many different routes from one .vue file
usually you would have a older and .vue for each route
like
/tags/[tag].vue
or /about.vue
but I can do my who app in one file
so I just wanted to know how can I see all routes this one file
like index.vue
for example...Questions about CSS landscape
Hello. Before I dive into CSS, I have questions about - not sure what to call this - the "landscape" of CSS.
For example, JavaScript has "libraries" and "frameworks".
Guess this will be an evolving conversation.......
Responsive horizontal scroll
Hey! I can't find a way to create a responsive horizonat scroll like instagram stories. For small screens it should feel like stories scroll. For larger screens scroll area should resize based on elements around it. I already spent 2 weeks on it... Any help would be appreciated
Reproduction: https://codepen.io/yoyovj/pen/vEBGmRZ...
how can i make a blog site ?
where i can upload or write blogs and post images in it without making new html file and scss file to modify html file. ?
GSAP Animation HELP
Hello guys...
I am tasked to create a layout similar to this one on this page https://www.designclub.global/and add to it the similar scroll animation. I am aware that I need to use gsap and scrollTrigger but I have no idea from where I should start.
Any help is welcome......

"Learn Responsive Web Design" on Scrimba is amazing.
I really recommend doing this course, I learned a lot. And I really would like to have a Javascript course from Kevin Powell too.
Help needed to code a specific part of a design
Hi everyone, I’ve been working on this design and need help with the part marked in red in the screenshot. It’s a specific shape, and I’m not sure how to create it. Any guidance would be greatly appreciated. Thanks in advance!

Vue, Pinia, VueRouter and await
When data fetching, what is the best way to fetch and then store in Pinia?
use
await
inside your store??
Or have variables in your store and fetch from a composible
in a index.vue
I would prefer to use just one .vue file if possible, but it seems at the moment, I have to use multiple...