Questions tagged as 'css3'

1
answer

CSS font-smoothing: antialiasied makes no difference?

It is possible in the late Fireworks cs6 (and from what I read in photoshop too) to optimize the rendering of the fonts. Searching to see it was possible to apply this in the web pages vi there are sim resources to accomplish the same: -webkit...
asked by 08.03.2016 / 23:24
1
answer

Problems converting px to Percentage

I have this code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div style="width:50%;height:30%;background:#65C6BB;positio...
asked by 15.03.2016 / 15:18
1
answer

How to put a SECTION next to the other?

I can not, always when I try to cut the footer or it goes up. .principal { margin: 0 auto; background-color: #000000; } .bloco { height: 100%; width: 50%; padding: 5px; border-sizing: border-box; padding-bottom: 3%;...
asked by 27.01.2016 / 19:37
1
answer

How do I make an image display in full screen only in mobile mode?

There are two site templates, the desktop (which is already ok) and the mobile. On mobile, I want it to display a black background with ONLY an image occupying the center of the screen. EVERY extension (height and width) of the screen has to...
asked by 09.12.2015 / 19:52
2
answers

How to make one element stay on top of the other with the: after?

Using the :after pseudo element, I created a caption for the image. How can I make the caption stay on top of the image and not below? .estrutura{ width:10%; height:30%; } .estrutura:after{ position: fixed; cont...
asked by 16.05.2016 / 18:12
3
answers

Apply style in child element according to parent element in SASS With declaration in child

Hello, I'm building a SASS style structure that changes will depend on a defined class in my body. This class dictates which browser the user is using, for example: <body class="chrome"> <!-- Google Chrome --> <body class="firef...
asked by 02.01.2017 / 16:27
1
answer

Image not picking feature of the div in which it is inserted

I have a header tag, where is my menu, this header tag has 80% width of the screen and is fixed at the top. I have just below the menu an image, which I want to take 100% of the screen, but it is inside the same header tag. Is this image not cat...
asked by 26.11.2015 / 12:05
2
answers

How to leave a responsive image without the use of frameworks?

I have the following question: I have the following image in a PSD file. I'm using Bootstrap to develop the system, but I needed this image to be made with CSS and to be responsive. Any suggestions? Thank you!     
asked by 22.09.2015 / 16:03
1
answer

Create button play / pause

I'd like to know how I can create a youtube style button to play and pause on top of the video. I would like that when you do not click on it it will stop with the play and click on it it starts the video. Code: <video class="video" id="...
asked by 27.08.2015 / 12:27
1
answer

Subscribe to youtube button

I am making a YouTube video listing page and I would like to make a button for the user to sign up for the channel, but in the examples I found on the internet they come in lots of information beyond what I need, in my case I would like just sub...
asked by 10.08.2015 / 15:21