Questions tagged as 'css3'

3
answers

how to vertically center a h2 tag inside the div

I would like to leave the text that is inside these% vertically centered% <div class="col-md-2 buttom-area"> <div class="text-center button-disciplina button-border"> <h2>Realizar Chamada</h2> </div> <...
asked by 29.03.2018 / 19:43
1
answer

Should an image be resized in the browser?

I have read in some places that we should not resize the images we ask of the server in the browser. But I have recently seen that it is good to have a large image with a low quality so that when these images are downloaded on a retina screen th...
asked by 16.01.2017 / 19:58
1
answer

Tip to set up menu

Good morning, friends, I'm new here and would like your help, as I need to set up a dropdown menu, with one of the sub-menus with another level. However, to follow a layout, such sub-menus need to be on the same line and needs to be a megamen...
asked by 23.05.2017 / 15:30
5
answers

Simple Rotating Banner

I want to make a very simple rotating banner with just the arrows on the sides and an image that changes all once clicked, but I would like to use as little Jquery or Javascript as possible, I tried to do it but I'm kind of rusty in development...
asked by 04.08.2014 / 21:31
3
answers

Show / Hide with CSS only

What CSS do I have to do to show or hide elements of <div id="mostra"> by clicking on the Show / Hide button for <div> search? This is my HTML: <div> <div id="mostra"> <input type="text"...
asked by 11.12.2017 / 12:11
4
answers

Problem background image in div

I have a problem with a div. Her name is <div id="content-homepage"> It happens that this div has some content inside (texts, titles and a button), and when I insert the image through #content-homepage { background-image: url(.....
asked by 06.12.2018 / 16:21
2
answers

How to align items with HTML and CSS?

I'm having trouble aligning items again. I would like them to align the 3 inputs on the same line with margin, however they go down. #contato { margin-top: 120px; } #contato form { width: 100% } #contato form input { wi...
asked by 03.07.2018 / 20:46
2
answers

Page landscape mode does not fit

I put a photo of the background, having 100% height. When I open the site via mobile (or Chrome / Firefox console) in landscape mode, the background of the image does not occupy all the space. In desktop mode and mobile mode in portrait po...
asked by 08.01.2016 / 18:09
1
answer

Resolution of 176px not compatible with Media Queries

I'm using these examples of media queries below, but when testing the resolution in 176-pixel cell phones has no effect, what are the right properties for this? @media screen and (min-width:320px) { } @media screen and (min-width:480px) { } @m...
asked by 20.10.2014 / 20:48
2
answers

css menu separated by bar

I have the following list: <ul> <li>Inicio</li> <li>Notícias</li> <li>Download</li> <li>Contatos</li> </ul> I would like to make this a horizontal list separated by a slas...
asked by 21.06.2016 / 20:55