Questions tagged as 'css'

1
answer

Proportional photos

You see, in a view I have this code: <img class="card-img-top" style="width: 400px; height: 300px;" src="{{url($foto->ruta())}}"/> This code causes an image to be shown on the screen, and this image will be modified to 400 pixels w...
asked by 08.11.2018 / 08:47
1
answer

Drop-down menu does not work HTML / CSS / Bootstrap

I am currently working on a horizontal menu but when I reduce the window so that it becomes a drop-down menu the icon is formed but it does not display the options. The html code <!DOCTYPE html> <html> <head> &l...
asked by 25.10.2018 / 15:17
1
answer

Download two scroll with just one

What happens is that I'm using frameset in my code html and the page produces the two divisions frameset a scroll, but I want to lower one, the other also lower. Is there a way to do it? <!DOCTYPE html PUBLIC "-//W3C//D...
asked by 12.10.2018 / 16:35
1
answer

Triqui game [closed]

I have a Triqui game, the problem is when one of the two wins, the game continues. I need that as soon as one wins, it stops until the reset button is given. Here the code: HTML <!DOCTYPE html> <html> <head> <meta h...
asked by 11.10.2018 / 05:09
1
answer

Center the elements of a list in a navigation bar

I'm doing a navigation bar with Bootstrap, within the framework of Spring Boot, which sent them: HTML <header th:fragment="header"> <nav class="navbar navbar-expand-lg navbar-dark"> <a class="navbar-brand text-w...
asked by 10.09.2018 / 20:04
2
answers

Zoom image inside a div

I have a div with images in thumbnails that when I zoomed in on them, I zoomed in on them, the problem is that the ones on the edges go out and do not appear whole, I suppose there has to be some form of css limit the margins of the div and that...
asked by 14.09.2018 / 07:27
2
answers

how to add an id to an element created by means of a createElement ("tag");

I want to create a list, to which new elements are added by means of a input (that I already did). But now, I want to delete those elements when I click on them, the thing is that I do not know how to select them, since they do not have a...
asked by 10.09.2018 / 20:14
2
answers

Carousel bootstrap does not work, the script is not executed (it seems)

Hello very good to all the community :) I was doing the design of a web page using bootstrap when I tried to create a carousel but instead of running correctly I put the images on top of each other, instead of contained in the window of carousel...
asked by 14.09.2018 / 12:36
3
answers

The radio type input is not aligned

My query is as an achievement that the input type radio is well aligned, because it is outdated. body { background-image: url(img/darkblue.jpg); background-size: 100vw 100vh; font-family: arial; color: #fff; background-attachment: f...
asked by 05.09.2018 / 16:43
3
answers

Put divs in HTML

I am trying to make a gallery with the folders that I have in a directory, and for that I use php to browse them. The fact is that I am very bad, fatal, the design, and what I want to do is that each folder has 200px width and 200px high, and as...
asked by 18.08.2018 / 18:33