why is border for text not working html css
I'm very new to html and css, trying to learn by creating my first web project which is to-do list. i have a draft of how i want it to look like and since i don't know how to work…
I'm very new to html and css, trying to learn by creating my first web project which is to-do list. i have a draft of how i want it to look like and since i don't know how to work…
I'm new to CSS (VERY new, third day), and have searched high and low for someone who had this same query, but I haven't found anything. So far I've tried making a class or an id for an image, and…
I have some lists on my page that are nested, and I'm having an issue with styling them the way I want. When each list item is hovered, I want the background of the item to be a colour and…
I have an array of 6 objects which are 6 images. I have rendered those images in a HTML table through JS code. Now I would like to target and style only ONE of them. Width, height, and so on.…
I want to create a remove button in each row of a table, so I created a removeButton element in JavaScript and appended it to each row. However, it moves to the last row whenever I create new rows. Here…
I've been struggling with this for a while, and googling outrageously has brought me thus far. I've generated a page, and despite my script, I can't get the sidebar to disappear. See the following html { margin-left: 0; margin-top: 0;…
I have this grid with 3 columns, and when i click one of the divs it'll go down a row and span the whole row, it also closes back up when i click on it again. Also, when I open…
I have this grid with 3 columns, and when i click one of the divs it'll go down a row and span the whole row, it also closes back up when i click on it again. Also, when I open…
I tried to it in many ways, but this the closest to what I'm trying to do. I've added "vertical-align" to both elements but still it has some pixels more at the top I guess... What am I doing wrong?…
See the problem here I have a container named "section-2" and I have used an image as a background on the right side of it, there is some extra part of that img that is out of the container and…