Questions tagged as 'css'

2
answers

Hover with border and CSS image

I'm developing a web application and would like that when I did not hover over the image, I would only see the image on the screen, without the description of the product, the price and the border around it. Image without hover effect. An...
asked by 22.10.2017 / 06:37
1
answer

Links are not working

I have three links, which go to different pages, only the Links Tape and Disk Lease links, nor do they change the effect when I move the mouse over and nor go to the defined page when I click, since the Back button is working correctly @ch...
asked by 16.02.2017 / 15:57
1
answer

How to show 5 in 5 hidden elements?

I've recently been hit with a question, for which I have to manipulate a number of elements hidden through display:none; which is set on the span that surrounds all of them. Example <html> <head> <sc...
asked by 15.02.2017 / 23:06
1
answer

The Rule is not applying to the elements

I made a base with a class system for a certain color to an element. Even putting the rule he does not accept. Example: <span class="mc c0 s1">Olá Mundo :D</span> In CSS it looks like this: .mc .c0 { color: red; } .mc .s0...
asked by 24.01.2017 / 16:30
2
answers

CSS Alignment

I have the following panel: I'mtryingtoalignthegraphswithindivfromthealinha-chartclassbuttonoavail.WhenIputaleft:33%andright:33%itiscentralized,butasexpected,itisonthemobile.Couldyouhelpme?FollowmyHTMLcode**edited:<divclass="portlet-body row...
asked by 12.01.2017 / 19:17
1
answer

Website with animation [closed]

I started studying web now and would like to know which languages are used to make a website with animations like these: link link Thank you!     
asked by 13.01.2017 / 10:52
1
answer

How to make this background with animation [closed]

I started to study a little about web, I would like your help to know how to make a background with an "infinite" animation like the one on this site: link Thank you!     
asked by 13.01.2017 / 12:59
2
answers

Is it possible to change the background color of an element for printing?

Is it possible to change the background of an element in the print style sheet? I have the following code: <td valign="top" bgcolor="#dddddd" class="cinza" nowrap="">Seu Nome<br> <div align="right" class="campo">Eu Sou o João...
asked by 21.12.2016 / 12:42
2
answers

Alignment of buttons with css

Well I have here the personalities buttons with CSS. I need them to always be in the center of the page, if I put several buttons they have to stand in a row in the center of the page. And when the screen is small they will create a line break....
asked by 21.12.2016 / 22:25
1
answer

Adjust Background according to resolution

I have a background image, and I would like it to fill the div and adjust to the monitor resolution. The div is already responsive as I use Foundation Zurb. I did this, but the image does not fit. background: url('../img/fundos/fundo.png...
asked by 08.03.2017 / 02:12