Questions tagged as 'css'

1
answer

Responsive Bootstrap

I have a web template that tested your responsiveness. As I am decreasing the width , the menu will also decrease and stay in perfect condition. This "perfection" is up to 760px. When I do this, it's as if the menu has been zooming down to 760p...
asked by 25.10.2015 / 06:04
1
answer

How to use 2 values in a css property

Good afternoon, I want my String to be formatted as Bold and Italic . In my css file it looks like this: font-style: italic bold; It does not work. I've tried it in many ways and I can not. Can anyone help me please?     
asked by 07.07.2016 / 21:28
2
answers

Make an image grow proportionally up to a specific limit

Make an image grow proportionally to the limit of an area follow the example in the image below     
asked by 11.09.2015 / 07:44
2
answers

How to get the CSS that was defined on another page?

Hello, I'm new to front-end development, sorry if my question is kind of rough, but what I would like to know is if it is possible to get the CSS file that was defined on a page and use that same CSS in the too much. This project uses Velocity, s...
asked by 24.06.2015 / 05:42
1
answer

CSS Media Queries (several statements followed)

Hello, I want to know if it is possible to get a cleaner and more compact solution from the following CSS. @media screen and (min-width: 630px) { .tab ul.login{ right: 29%; } } @media screen and (min-wi...
asked by 30.06.2015 / 16:13
1
answer

Font Awesome has CSS Reset?

When using Bootstrap for example, it has an internal CSS Reset. The same thing happens when using Awesome Font? If you use Font Awesome in a project, do you need to add some CSS Reset or does it already have an internal CSS?     
asked by 21.05.2015 / 15:15
1
answer

Why does not it change the border of the input

The input confirmarsenha_cadastro should be with the red border but this is not happening, why? </script> $(function() { var dialog, form, dialog = $( "#painel_logar_registrar" ).dialog ({...
asked by 21.05.2015 / 21:48
1
answer

How to create CSS classes containing other Bootstrap classes

Is it possible to create CSS classes containing other Bootstrap classes? I already researched but I did not find anything about it. Something like: .minhaclasse { .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav...
asked by 21.05.2015 / 02:56
2
answers

Bootstrap list panel problem

I have this margin (or padding) spoiling my panel, how do I remove it? I've tried several things with CSS, changing padding , margin etc, but nothing worked. This is the margin I want to remove: Thisisthe(simplified)codeI'musi...
asked by 23.05.2015 / 22:51
2
answers

Use submit to submit a form, within modal, using bootstrap

I'm trying to submit a form within a modal, but it's not submitting what I'm sending in the tag. My VIEW: <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">Novo</button> <div c...
asked by 11.05.2015 / 16:28