Questions tagged as 'css'

1
answer

How can I avoid showing a div to take me to the beginning of the document?

I'm hiding a div with .hide and showing with .toggle of jquery, the function is good for me the problem is that if I show it in a lower part of the docomunto, like the footer for example and click the button to show the div appears, however it t...
asked by 06.11.2018 / 18:26
2
answers

How to make a pull-down menu centered?

I have all day trying to center the pull-down menu and nothing that I have achieved. It should be noted that part of the menu is made with Bootstrap since I think of making the page with this framework, the pull-down menu I was trying to do with...
asked by 05.11.2018 / 00:40
2
answers

I need to outline figure with color

As you can see, it goes from the outline I need to fix it. I leave the codes here: link     
asked by 04.11.2018 / 23:02
2
answers

If 2 HTML elements are followed, select the first one with CSS

I have this HTML structure: <br> <br> <blockquote> I want to select with CSS the <br> element that goes just before the <blockquote> only when they go one after the other. I'm trying with: br...
asked by 12.10.2018 / 06:33
1
answer

How to make container occupy 100% of the height of the screen?

The fact is that I have this code ... <body> <div class="container"> ... </div> </body> ... Inside the container I have a login form that occupies more or less half the height of the screen and I with...
asked by 04.11.2018 / 03:24
1
answer

Modal window can not be closed because it has opacity on top

I need help with a modal window that does not close. By clicking on the button the modal with opacity appears. Here the code of the button: <!--Single Service--> <div class="co-single-service-3"> <span class="icon"><...
asked by 03.11.2018 / 16:53
1
answer

Align ul adjusting high

I'm making a store for a clinker and I'm trying to align the list I made of the following as the image, but I can not do I leave the code ul.products-wrp { list-style: none; padding: 0; max-width: 780px; margin-left: auto;...
asked by 27.09.2018 / 22:53
1
answer

Problem with the assembly of animated SVG

I'm having a problem with the left animation that does not work for me and with the size that is not applying to me like the next one. Why can it be? body{ padding: 40px; margin: 0; } .container{ width: 1170px; mar...
asked by 17.09.2018 / 20:30
1
answer

Change image play to pause of an audio player with angular 6

I have made an audio player that contains a Play button and a drop-down made with a switch. Well, the player works and if you press play, it plays the song and if you give it back to the button, the song stops. My problem is that I can not modif...
asked by 21.11.2018 / 12:23
1
answer

When making changes to HTML or CSS, they are not visible on the page

When I make changes to a website that is already running, end users for the browser cache issue, do not see the changes immediately until they clear the browser cache or enter incognito mode. There will be some solution so that when making ch...
asked by 21.11.2018 / 16:55