I need to create a layout in which you have three columns, in each column the corresponding row needs to have the same height. The requirements for this are. T
My code is the following : <!DOCTYPE html> <html> <style> #1 { grid-area: 1; } #2 { grid-area: 2; } .grid-container { display
I was wondering if there is an easy way to list all available css classes loaded withing a single html page in javascript or through the developer console in ch
Okkkayy, hi and welcome inside my head.. i want to make a 7x9 grid layout as a "starting point" like this +/- then i want to add 3 rows every like 6 hours or s
My entire stylesheet is all done using em instead of px. The entire theme is responsive. The only thing that I have seen I would like to change to px is with a
I have 4 flexbox columns and everything works fine, but when I add some text to a column and set it to a big font size, it is making the column wider than it sh
so i need to be able to disable two buttons (approve and return button) once i successfully click the close button. can anyone help me? the first part of the co
I was trying to find a way to start an animation only if the user is on it, at first I tried getting screen size, and its works, but its not an optimal solution
I need to use an image for my navigation buttons inside of my navigation bar. Right now, I have it set as a color, and when hovered over, it changes color. Ho
(this a long text but it's necessary for you to understand what I'm struggling with) I've been trying to find a solution to this but I just couldn't find any in
Super simple school assignment. I embedded an audio file and I'm suppose to add the transcript in a p tag following the audio file. No CSS required. Problem is,
Can I use the shorthand margin syntax if I want to add margin-left: auto and margin-right: auto while leaving the margin-top and margin-bottom alone? The basic
I'm having trouble getting the heights on my divs to match up. I need them to match the heights of the div with the most content - which is normally easy BUT I'
I have a site with a side navigation bar that is supposed to slide in via the right side, then when you close it, it transitions back into the side. When design
I have a tricky layout that I'm trying to add type-to-search to. (The actual code uses Angular, but it looks like my problem is just the CSS.) https://jsfiddle
I have a Bootstrap 5 application that consumes a bunch of web components and all of the components use Bootstrap 5. I need to customize the theme on the fly ins
Having previously used jQuery date picker, I have now converted some of the date fields in forms on my website to the HTML5 date picker. On the documentation,
I have a mat-accordion with a textarea box in the panel-description. When I am tying in the text area and hit spacebar it opens/closes the panel. How can I stop
I am very new to html, css, and javascript so please go easy on me. I am working on an activity that requests: Register the updateCount event handler to handle
I had just created a STRAPI project using , find docs here npx create-strapi-app@latest my-shop1 And then sign up to the admin portal. After signing up, I reac