Questions tagged as 'css3'

1
answer

Change color of an image with css

I am using the icons of jquery ui on a page, however I was doubtful if you can change the color of the icons only with css , that is: to change the color of the icons of jquery ui it is necessary to change the image that cont...
asked by 17.07.2017 / 22:41
2
answers

Center text of an HTML label

I have a problem, and that is that I'm doing a program with jquery, and for each box I'm using a label (teacher's requirements), but I can not center the letters on the edges, they're going towards the top edge. I leave the source code...
asked by 04.04.2018 / 17:01
2
answers

How to put a background image with bootstrap 4 with blur effect?

Hello it turns out that I have the following code that puts an image behind with boostrap 4, but I do not know how to put a blur effect without affecting the content as this code shows: html,body{ height: 100%;...
asked by 17.04.2018 / 20:12
1
answer

Side headboards on tables

How can I create left side headings in tables? For example, I have the following table: <table border="1" cellspacing="0"> <thead> <tr> <th>Titulo 1</th> <th>Titulo 2</...
asked by 01.03.2017 / 18:38
2
answers

Center Section Boostrap

Currently I have the following Form <section class="contact bg-primary" id="contact"> <form id="main-contact-form" class="contact-form" name="contact-form" action="enviar.php" method="POST"> <div class="col-sm-5 col...
asked by 14.03.2018 / 18:33
1
answer

div to be placed on top of the div that contains it?

I have the following code that dynamically puts some draggable images on top of another image. When you put the mouse on the div sensor, the info appears, but when it is in a corner, the div info is covered by the div that c...
asked by 20.03.2018 / 00:34
2
answers

How to apply CSS3 transformations to a parent element without affecting the child elements?

I need to apply a transformation of scale and skew to a div, but when doing this transformation it is also applied to the children elements. How do I make the child elements omit that property?     
asked by 01.12.2016 / 21:56
3
answers

Superpose elements

I have a map and above I want to have a container that in the future will be a modal to contain a form. The problem is that it appears below and I want it to come out, I've been doing tests with position z-index etc but nothing fin...
asked by 25.01.2018 / 16:06
2
answers

CSS selector for element without class?

Inside DIV elements there are 3 SPAN, 2 with some CSS CLASS and another WITHOUT CLASS. How to select CSS with selectors that has NO CLASS, I tried span: not (.AAA) but I can not put both classes because it does not work. Since classless SPANs ca...
asked by 09.11.2018 / 09:16
3
answers

Overlay opacity html css

I am developing a web page where I want to put a background image with an opacity of 0.3 and that the letters above do not suffer from opacity. The letters would be nested inside the div of the image. I do not know how to do it or if you can, wh...
asked by 28.07.2017 / 10:34