smooth scroll
hi , i was looking this page https://originalsoftware.com/ i was scrollling and i notice that the scrolling was so smooth, comparing to a normal page, how can i make that ?
Struggling with Sub Menu Script
I'm trying to make my sub menu collapsible, but can't get the code to do what I need it to do. the CSS is pretty large but this troubleshooting should be limited to the section "/* primary-header */". anyone know why I can't get the sub menu list to display as block on click?
https://codepen.io/tvu1313/pen/LYXYVjq...
How to make line stay the same?
Is there anyone who can help?
I have made a list, in the middle it is connected with 'see photo'
I have put this together with CSS in such a way that it fits nicely on certain widths of screens. But if it differs a bit from screen width, it's dead. As you see in photo. How can I make sure that these lines ALWAYS stay the same??...

TS newbie ... common key value pairs
Hello again! This time it's codecademys TS course that is giving me headaches ...
```ts
type Like = {
username: string;...
How can I create these "bezels" (for lack of a better word) that is shown throughout this design?
I have been given a static design in Adobe Illustrator where the designer has created these "bezels". The bezels are used in multiple places throughout the design and vary in size. I'm thinking I could create a different SVG for each of the different sized bezels, however I'm not sure how I can make these SVGs responsive? Would love some help pointing me in the right direction.

Make images of different aspect ratio the same size
I don't know how to make these images the same size so that they have a same size container, I have a width of 30% on my .game span that contains the image but do I need to add a height ?? If so I don't know what units to put, every solution keep telling me to put pixels but I feel like it's a big no no.
https://codepen.io/Antony-Collin/pen/WNYejKZ...

vite `npm run dev` error: Missing script: "dev"
% npm run dev
npm ERR! Missing script: "dev"
% npm run dev
npm ERR! Missing script: "dev"
Set a layout with grid-templates-area
Hi everyone
I want realise a simple page but don't understand what is going wrong
my html:
```html...
Responsiveness problems (elements overflowing/resizing problems)
https://share.vidyard.com/watch/Z4WJBMga2pkAK4xHK4otVm?
Ok, so I'm a responsive noob, I have some media queries to fix some things, but as you can see in the video, I have problems with the top right text, the footer that doesn't stick to the bottom and the images that I have no idea how to make them responsive... Do people usally add media queries to fix when the screen becomes so small that the text doesn't go where you want or are there ways to make it so that dynamically it goes where you want ?? I could easily fix by adding media queries every 100px to fix new issues but I feel like it isn't at all good practice and I don't know how to do otherwise
here's my current code, it's a bit of a mess sorry, I'm having a hard time with responsiveness and good css practices. I would highly appreciate if someone helps because the majority of my css problems are similar. I'm available if you have more questions.
...
width, responsive
Hello, I come to ask a rookie question, I want everything I have on the page to cover 100% of the width but I don't want to put 100% in any element, so that it doesn't ruin the natural responsiveness of the page, what can I do in that case?
How to place text to left & right and keep it responsive?
Hello everyone,
Im losing my mind here trying to solve this (I hope) simple task. I'd like to place text on both sides of the page and keep it responsive to shrinking. Is there any way to do that with text properties? Or do I have to pack that into divs and start messing with flexbox or grid?
Thanks for your time 🙂
...

cant input in instragam DM using selenium
i tried to make a instagram bot but i wasnt able to send messages does anyone know how i can do that using selenium
Image Overflowing from the container
hey folks this is my html
```tsx
<section className="flex flex-wrap gap-8 p-36">
{data.map((item, index) => (
<div key={index} className="grow shrink basis-1/3 h-80">...

Shopping cart total price does not update
Hello, I am creating a shopping cart from this tutorial: https://www.youtube.com/watch?v=YeFzkC2awTM&t=940s but when I add new items the total price counter does not update and I can add two of the same item
This is my code:
https://codepen.io/SuperTesmon/pen/OJaLLWX...
svg hover doesn't work
I want keep brightness(75%) and add blur but it doesn't work
https://codepen.io/Nicitaa/pen/GRYVadj...

innerText is undefined
I am trying to code a very basic shop for a school project and I tried to get the price of a product by using innerText in a function to update the total price in the cart but when I checked in the console I get this error:
caught TypeError: Cannot read properties of undefined (reading 'innerText')
The function code:
```js...Need help creating some smooth transitions between animations & scenes
Hi all 👋 I need some help.
I'm trying to add some transitions but am not sure how to add them with/alongside/in-between things like My animation and the ThreeJS Scene that's on My site at the moment. I've added a .mp4 video/clip of how it currently looks and functions.
How I want it to look and function:
I want to make it so that, when I boot up Electron via the
npm start command in Windows' Command Prompt (as shown), it will start on a Solid Black Screen (/Background?) and then smoothly transition into the animation (The bit with the grey background and yellow circle logo (Which btw is temporary)) / make it so that the animation slowly appears on screen then it plays from Start to Finish....