Questions tagged as 'css'

2
answers

How to link a Bootstrap.css to a html DIV element?

in this case I present a design of my page that is style.css, but I'm inserting a special design for a multiselect ... then that design requires that you download bootstrap-multiselect.css and bootstrap.min.css, but it what I want is that it onl...
asked by 02.05.2018 / 04:32
3
answers

opacity for div background and not for content

Good evening I have a div with a background-image but I want to put opacity (at least its effect) for that image. If I put it on the div, the opacity affects everything I put into it. Is there any way to do it without modifying the image? Tha...
asked by 18.05.2017 / 22:03
2
answers

How to make a Responsive Website [closed]

Cordial Greeting. I have a huge problem ... What happens is that I'm learning with this from websites, and make one, but obviously it only looks good on my computer screen, it's not responsive, I have a lot of styles, and I have not manage...
asked by 17.10.2018 / 17:29
1
answer

Shopping cart on web [closed]

Good evening, I have a problem and I hope you can help me, I'm a web designer with little experience and they offered me a job, but it's a virtual store and I'm missing the shopping cart. How could I do to have the shopping cart on the virtua...
asked by 04.02.2017 / 04:41
1
answer

insert div in css? [closed]

I need to insert a tag inside css so that I can generate the selected source, but I can not do it here I leave the code ... <style> @font-face { font-family: "marsneveneksk2"; src: url("../fuentes/bub...
asked by 23.06.2018 / 08:10
1
answer

Adjust elements when collapsing sidebar [closed]

I have the following page that shows me such data when the lateral menu is collapsed: But when the menu is in its original position the elements run to one side and it is lost to the right What should I add so that the elements...
asked by 07.04.2018 / 00:47
1
answer

Create a table and put a background using CSS

What I want to do is that with CSS styles I can create a table and put a background to it is the image that I left on the screen, and I do not know how to insert it if you could help me This is the code that I have <?php require 'data...
asked by 12.02.2017 / 22:17
3
answers

Close modal window in CSS [closed]

My code to close the modal is: Html: a.ventana-cerrar { position: inherit; top: 3px; right: 3px; background-color: #333; padding: 7px 10px; font-size: 20px; text-decoration: none; line-height: 1; color: #ff...
asked by 13.10.2016 / 05:06
1
answer

Problem CSS web background [closed]

Why do I get between the first and second element of my web (div) without the blank space if I have a transparent background or a white background? I leave my website: link I leave you my CSS code: *{ margin-top: 4px; margin-b...
asked by 09.01.2017 / 09:29
2
answers

Background-image CSS Property not working bootstrap

I found this code in bootsnip. I'm trying to make the image I have on my computer show with this code. The code works well when the url is external. When I put an internal url does not respond. What am I doing wrong? Here is the code: CSS...
asked by 05.09.2017 / 21:50