Questions tagged as 'css'

1
answer

Difference style: hover firefox x chrome

I have the following CSS ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder { color: rgb(150,150,150); } ::-webkit-input-placeholder:hover, :-moz-placeholder:hover, ::-moz-placeholder:hover, :-m...
asked by 28.09.2017 / 15:01
1
answer

Center content in a border CSS

I would like the Sign In / Sign up to be vertically centered within the borders, but I can not do that. The following is the code below: HTML:<ulclass="menu_2"> <div class="user"><li><i class="fa fa-user">...
asked by 27.09.2017 / 20:22
2
answers

CSS3 Transform Skew (a corner)

Is it possible to customize to leave as of this image? link I found a solution, but it is not useful for me, because it did not match the table. <!DOCTYPE html> <html> <head> <style> .div2 { border-top:...
asked by 05.10.2017 / 19:58
1
answer

DEG CSS Value

How many px is equal to 1deg ? In this case, if you have this conversion. Or in case, how to work with it. deg in the case, which we used in the CSS transform.     
asked by 05.10.2017 / 14:29
4
answers

How to make a text outline via CSS

Can someone help me to make this outline in text by css     
asked by 04.10.2017 / 19:44
1
answer

I can not play Bootstrap Menu css

I'm developing a web application and I put a bootstrap menu but I'm not able to tinker with his css, I wish he had that look. UPDATEButlookhowitis HTML<divclass="body-wrap" > <div class="container" > <div id="menu"> &...
asked by 07.10.2017 / 21:58
1
answer

Problem with last-child

I have a problem with this: I have a "parent" div and inside this div I have 6 li and within the div "father" has the "box_padrao" div and this " box_padrao "displays 3 by lines ai has a margin-right of 5px and to take and margin the last li use...
asked by 02.10.2017 / 19:18
1
answer

How to leave the last TR width of the bootstrap table size?

I have the following table: <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8 col-xs-offset-2 col-sm-offset-2 col-md-offset-2 col-lg-offset-2"> <h3 class=" text-center">Treino 1 para o aluno: Y</h3> <table class="...
asked by 18.11.2017 / 17:29
2
answers

Place item side by side with border redond CSS

I'm developing a web application, and I would like my icons i class="fa fa-user" and i class="fa fa-shopping-cart" to be side by side and I wanted to keep a circle around each one but I can not. <div class="col-6 col-m...
asked by 26.09.2017 / 23:40
1
answer

Boostrap Validator

Well, I'm trying to do a validator with Boostrap but it's not working. I want the input weight to be for example: 70 kg. The regex I think is working but when I submit, div.invalid-feedback does not appear <input class="form-control" type="...
asked by 02.11.2017 / 22:45