I have attempted all solutions I could find. flex-grow, flex-shrink, align-items:flex-start, flex-basis, and setting a definitive width:50%, etc. and I can't se
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'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 want to create table in HTML with 10 rows. Table must be static one like below image, whether data is there or not table layout should not c
Using the guidance linked to at Add template for taxonomies to Blogdown default theme I was able to add tags to show-up at the top of my posts and create a /tag
I want to create table in HTML with 10 rows. Table must be static one like below image, whether data is there or not table layout should not c
In a post related to another questiona a user suggested me to modernize the js code. Use specifically x.classList.includes(), x.classList.add(), and x.classList
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 am trying to scrape the first 20 links on a Wikipedia page but I want to ignore the infobox on the right side. It has a 'table' tag. Here is what I have so fa
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.
i'm trying to use a chart on my webpage using Lightweight-charts-library but the chart won't show. This is my HTMl <!DOCTYPE html> <html lang="en">
I'm using Live Server extension in Visual Studio Code and it's working perfectly. But whenever i try to add a form for example with the following structure:
I am creating a simple spinner game that matches 3 images from a predifned array. Now when i click on start it starts spinning the first image only and the thre