Questions tagged as 'css3'

2
answers

Setting the css bootstrap button

I'm trying to hit the height of a button in the form, but it appears very high relative to the fields: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/> <link href="https://...
asked by 11.08.2017 / 20:42
2
answers

Height of the total div proportional to the content

I have the following structure: <div class="slideShow"> <div class="boxSlide"> <div class="imagens"> <img src="_imgs/_slideShow/1.png" /> <img src="_imgs/_slideShow/2.png" /> <img sr...
asked by 20.10.2017 / 11:57
3
answers

How to create an html input search that is represented by just one icon

I'm doing a project to apply html/CSS concepts that I started to study 1 month ago, I'm having a problem, in the site version for mobile , you can not put a very large input box in the header , then. How do I make...
asked by 20.07.2017 / 22:38
1
answer

What's the fastest way to organize your CSS files?

I'm an Information Systems student and I'm setting up an HTML / CSS training for my junior company, and during that assembly I had a question, what is the most effective way to organize CSS files? In my opinion, there are 3 ways to organize y...
asked by 19.07.2017 / 19:26
1
answer

Remove border that appears in Chrome and Firefox browser

How to remove border that appears in Chrome and Firefox browser. Already in the browser Edge does not appear. .fa-admin { font-size: 23px !important; line-height: .75em; vertical-align: -15%; position: absolute; } .avisosAd...
asked by 25.07.2017 / 16:56
1
answer

How do I configure @media for mobile?

I have a Moto G phone and I can not set @media to work for it. Reducing the width of the browser works perfectly, but in the mobile device it does not adjust according to @media . Below I put the form background to gray, and...
asked by 27.06.2017 / 17:43
1
answer

Aligning images inside Panel Bootstrap

I have the following Panel : <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Header</h3> </div> <div class="panel-body">...
asked by 21.06.2017 / 03:37
1
answer

Effects on hover links

Well, can anyone tell me how I can do this with hover ? When hovering over the menu link it appears that vertical line over the name, I only succeeded with the horizontal line below the name. Or tell me where I find examples, I did not...
asked by 29.07.2017 / 01:49
2
answers

SASS - Color group for reuse

I'm starting in SASS, and I have a problem that I can not solve. I have a color group, which will be used in several sessions of my site. Basically, I have a structure like this: <section id="lista-noticias" class="regioes"> <...
asked by 29.05.2017 / 18:00
1
answer

How to put a div over another with responsive?

Galera, I'm a beginner, but I managed to make a 'gallery' for myself, but I'm having trouble putting an image and a text on the items in that gallery. As you can see in the code below, when I set a HEIGHT, it gets a huge edge on between the firs...
asked by 07.07.2017 / 19:49