Questions tagged as 'css'

1
answer

FILTER AND COLOR CSS

I need to move a file to print in another color. In the specific situation, I just need to go into inspecting elements and changing the color. I have 3 distinct files, one of which I can change colors only if I use INSPECT ELEMENTS: *{...
asked by 06.03.2018 / 13:34
1
answer

Chronometer in JS

Personal I did a timer on JS but it "Tremors" when I run it, is there any way to fix it? var centesimas = 0; var segundos = 0; var minutos = 0; var horas = 0; function inicio () { control = setInterval(cronometro,10); documen...
asked by 28.02.2018 / 18:58
2
answers

Modify navbar breakpoint

nav #btn-principais{ background-color: #27C8D0; border-radius: 1px !important; float: right; } #logo{ width: 240px; height: auto; float: left; } nav .icon-bar{ background-color: #000; } .navbar-collapse { padding-righ...
asked by 01.03.2018 / 13:52
2
answers

Prevent css changes with javascript

I have a div with the footer class when I go to stylize it in css and leave it in display: none; It disappears so good. but I wanted it when used css to hide this div it did not suffer any effect. Ex: .footer { display:none !important; }...
asked by 01.03.2018 / 18:04
1
answer

Problem to horizontally align responsive layout using Bootstrap

Now with the header it worked. I need to create a second ROW (line) It will be 4 | 4 | 4 and should have one image, and the other 2 parts of text. But I have 2 doubts. The first one is, I do not know what I do to make the image smaller than the...
asked by 17.01.2018 / 02:28
2
answers

Div captures the size of another

Good morning, I have an html and every now and then I need to insert an image that is a "}" to determine that in a song it will repeat that part. As my text adapts to the size of the screen, when it moves it changes size and the image is fixe...
asked by 16.01.2018 / 12:20
1
answer

Overlap Div with Navbar

Good morning. I'm using Bootstrap to develop a website and I'm using a Navbar and a Div with an image, but when I enter the navbar and div with the image, the div starts just below the Navbar and that's not what I expected. Basically what...
asked by 23.01.2018 / 13:56
1
answer

How to remove the white bar from the background?

myhtml<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <title>Ensintech</title> <link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="css/style.cs...
asked by 12.01.2018 / 17:43
1
answer

Edit search field with icon CSS

I'm developing a web application and would like to format my search field as well. With icon inside and a written placeholder search product Lookslikethisismysearchfield. WiththeroundbordersandiconinsidethebuttonandthenameLookforaproductinsi...
asked by 25.01.2018 / 03:14
1
answer

Doubt about zooming in Media Query

I want to make a responsive design, the mobile version is ready and working perfectly, but when zooming the layout breaks. How do I fix it, or better, zoom in the media query? Is there any solution for this? Thank you in advance.     
asked by 25.01.2018 / 17:40