Questions tagged as 'css'

1
answer

How to replace the * selector in production

Then, when using the * selector to reset the HTML general margin CSSLint points out that in production it can give bottleneck to the user. p> *{ margin:0; padding:0; } For me the "solution" that comes to me is: html, body, div,...
asked by 07.04.2017 / 13:05
1
answer

Recreate HTML elements from one Div to another Div by ClassName

Well, some will suggest me to use cloneNode(true) of Javascript to make a appendChild(var) in the DOM . But for this case, I already used this native feature, but it did not meet my need. Why, when I make a faithful clone of yo...
asked by 08.04.2017 / 16:57
1
answer

Fit width to border of an element

How can I make the black line not fill the entire width of the tr element? I would like to decrease a little thing from the left but with border-width the behavior is another. <tbody> <tr class="has-separator">...
asked by 03.03.2017 / 16:10
1
answer

Little doubt about Buttons

Good morning I wonder if there is any way to get this blue line around the image, the image and a button     
asked by 17.05.2018 / 11:02
3
answers

I can not align a form to the right

<form class="red"> <h1></h1> </form> <div class="map"> <center> <img class= "imgmap" src="https://data.whicdn.com/images/134220427/large.jpg"alt="Forestvile" width="600px" height="500px"...
asked by 17.05.2018 / 12:52
1
answer

Pulse Effect does not work correctly when it has 2 elements

I have the following code: <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" xml:space="preserve"> <g> <circle class="pulse" fill="none" stroke="#FF00...
asked by 20.02.2017 / 20:56
1
answer

How to collect and insert gradient properties from one div to another div

There is this # And there, as you can see, when we click on the small squares of choice with gradient it loads all the gradient properties to another larger div. I researched here: link html_toggleclass.asp $(function(...
asked by 20.02.2017 / 02:49
1
answer

height: vh; does not work as it should on Chrome mobile

Chrome is not tailoring content in the viewport In Firefox and Opera mini you are adapting perfectly Chrome Firefox Operamini IsitpossibletomakeChromefitlikeFirefoxandOpera? .intro-noticias { width: 100%; height: 89vh; margin...
asked by 17.02.2017 / 22:38
1
answer

How do I put 3 backgrounds together?

It's as follows, I have a div with id="1". And I have 3 images, with 20 pixels each that I want to be my backgrounds, but I want my div to have the 3 backgrounds, one on the left side of the other. In other words, barely finishes one, the other...
asked by 16.03.2017 / 16:42
1
answer

Position image relative to another even by changing resolution

I have the logo and a black background triangle. How to position the logo to always stay in the center of the triangle even changing the resolution? <imgclass="img-responsive triangulo-laranja" src="{{ asset('storage/triangulo.fw.png') }...
asked by 17.06.2017 / 19:20