I have a React website that autoplays videos on desktop. However, autoplay causes it to not only autoplay, but launch full-screen autoplay on iPhone (I tried Sa
The vertical scroll bar in my angular app does not appear when items on the page go beyond the view. The scroll bar was there and I don't recall changing anythi
When the screen size hits a certain number of pixels, I'm trying to get my footer columns to turn into rows inside my media query. I'm following along with a tu
I am experiencing some problem when inserting an html code containing images. The problem is that css information like width, height are ignored and the final p
I'd like to change the background color of the current page the user is on. I've tried some code but they don't work. My js code is in a different file and it's
I created my portfolio a few months ago and everything was working fine. After about half a year I reopened the code again and now it is not working correctly a
I used the code from this site(https://html-online.com/articles/simple-popup-box/) to create some read more buttons in my website. But they are linked together
I want to add google play and apple icons with the download button the apple icon works fine but the google play doesn't show and i don' know why <link r
I'm trying to use ::before in CSS, but it doesn't work. I need it to create a hover effect. But I had to learn this, but I just can't seem to
I'm struggling to get these two text elements (h1 & p) underneath of each other. The header somehow seems to be blocking the paragraph from floating to the
I want to give an explanation based on color of each dot below. The whole page is: My HTML code for the spesific area: <div class="dot-expl"> <d
I'm creating this toggle component but as you can see in the gif whenever I press it on a mobile device there's this flashing shadow behind it, which is probab
I have a css&html only form with multiple fieldsets on codepen, however only this fieldset with the <textarea> is overflowing on resizing the window.
currently i'm using https://github.com/react-native-picker/picker library But i got some problem, my placeholder text is cutted and i want to change the overlay
Here is my HTML link https://play.tailwindcss.com/fbB4GCL0ht VS Code setup pictures Tailwind.Config.js All files warn - No utility classes were detected in your
I'm trying to add a custom text layout in a div by using shape-outside and clip-path. It does work as intended except one thing - parent height is not fixed so
i am doing scrapping using selenium but not able to get all the href of 25 pages and all 626 products listed by getting all the href of products and multiple fe
I've been stuck on this problem for 3 days and have scoured the Internet for a solution, but haven't been able to find one that works yet. I have an animation o
I have a CSS file that contains a background image: in this case it's an animated PNG. This APNG has loop 1, meaning it only plays one time. I have it working t
I am trying to line up this list item directly underneath the hours div tag. My list item is pushed just a little to the right, and I cant seem to find out why.