Questions tagged as 'css'

1
answer

Change formatting of a link

Personal. I would like to know how to apply an underscore to a link as soon as a person positions the mouse over a text with one. I removed the underline of the link with text-decoration: none and would like to apply the underline only...
asked by 25.08.2016 / 04:47
3
answers

Align Text vertically with Bootstrap without fixed height

I'm trying to align text vertically in my header but it seems impossible. I want my header content to always be in the center vertically, I did horizontal but not vertical. Thank you. Here is the sample code and the images: <!DOCTY...
asked by 18.08.2016 / 20:09
1
answer

Text alignment with css

I'm building a div with a loading, the problem is that I can not align the text below the image and in the center. The image is aligned as I want, in the center of the page. Can anyone help me? .se-pre-con { position: fixed;...
asked by 25.08.2016 / 13:19
3
answers

How to put a div overlapping another using only relative position?

You may find it unnecessary, but it is because of an effect that I want to use, and my question is this, if you have how to put a div overlapping another using only relative position in the two     
asked by 09.08.2016 / 20:50
1
answer

Dim the background when opening window / modal div

I tried to create something like modal , like this: .try-modal{ position: absolute; top:35%; left:25%; right: 25%; width: 50%; height: 400px; background-color: white; z-index: 2; } I call <div cl...
asked by 08.06.2016 / 16:32
1
answer

Why use container inside navbar's in Bootstrap?

I was learning to use Bootstrap's Navbar, and a question came to me. All the examples I found of using navbar, have just after the same a container. It's more or less like this: <div class="navbar navbar-default"> <div class="contai...
asked by 17.05.2016 / 05:03
2
answers

How to align a checkbox component vertically in the center of the row

How do I align a check box vertically in the center of the row? My project is asp.net core mvc. input[type="text"], select { /*font-size: 13px;*/ } .selectClass { /*font-size: 13px;*/ } label { /*font-size: 13px;*...
asked by 26.08.2018 / 22:01
1
answer

Do not apply CSS rule on only one page

I have a CSS class that I would like not to apply when I'm on a page: example.com/test/ How can I do this with some CSS rule? This is the class: .section-name { display: none; }     
asked by 15.03.2017 / 21:19
2
answers

How to make full-page vertical slides that roll with the mouse scroll? [closed]

Is it possible to scroll the page by scrolling to a specific element (such as <section> or <div> )? It's like a vertical slide (section) that takes up the entire screen. As an example, this site I think uses mousewhe...
asked by 20.01.2016 / 21:43
1
answer

Transforms .min file into "normal" file

I have a .js but it is .min wanted to know if it is possible to revert to the format with those "tabs" and line break, for better visualization of the commands     
asked by 25.01.2016 / 21:16