Questions tagged as 'css3'

5
answers

css properties do not bootstrap effect [closed]

I'm trying to do something simple in css and change the font color of my link and the colors are being overridden by some motiv that I do not know which .navbar-inverse .navbar-nav>li>a { color: #9d9d9d; } I have a problem with t...
asked by 29.12.2016 / 22:20
4
answers

Randomizing the position of images

I have a list with 10 images and I need to make every time there is a refresh on the page these images change position.     
asked by 06.02.2014 / 20:30
2
answers

Parallax effect when mouseover

I'd like to know how I make this effect that on this site or otherse . When I move the mouse over the image it moves. An important detail is that it does not matter where I mouse-over, the image always has to move the second link thi...
asked by 04.05.2015 / 20:00
2
answers

How to make the background of a div be dotted?

How do you make the background of a div element dotted without using an image?     
asked by 20.06.2017 / 18:12
6
answers

How to make a page not bugar when the browser is resized?

Well, I developed a website for a school job, the problem is that when I resize the browser, the site gets buggy, the elements leave their original positions and the site is impossible to move. I wanted to know how I can fix this. Normal site...
asked by 30.01.2014 / 23:44
1
answer

Mouse over div and open larger

I want to hover over a div , that same div is magnified, as in the image below: I have a multi-element list, when I hover over the element ( div ), it would be over the top and would have an effect (maybe transition f...
asked by 27.01.2016 / 16:53
2
answers

Change the color of a word in a textarea still in edition

How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color. I want to know to make a syntax highlighting.     
asked by 18.10.2017 / 00:47
3
answers

Progress bar with css

I'm trying to set up a progress bar with css, and the progress value is 13.20%. The problem is that it's getting a gradient effect, and I want it to change from one color to another. .notification { padding: 15px; color:#FFFFFF;...
asked by 28.07.2017 / 19:04
1
answer

How to break the line when passing the size of the div?

I'm having this problem rendering text without spacing. How can I resolve it?     
asked by 28.04.2017 / 15:41
2
answers

How to center the th header of an HTML table with css?

My table: <table id="tabela"> <th id="cabecalho" >Ação</th> <tr id = "linAcao" > <td><a href="#"><img src="Acao.jpg" title=""/></a></td> <td></td>...
asked by 23.05.2014 / 19:52