Questions tagged as 'css'

1
answer

Change default bootstrap theme

Good morning, I'm studying Bootstrap and would like to change the default theme of it. I have the following navBar: Iwantittolooklikethis: I know I have to change the default theme in custom-theme.scss, I know I can do it right in CSS but...
asked by 06.08.2018 / 16:44
0
answers

"Lock" a lib in a certain part of the code

In my code I have a materialize lib but it starts to apply css that I do not want in a certain part of my code, is there a way to "lock" it in that particular part?     
asked by 06.08.2018 / 15:17
1
answer

How to apply css to an open page with window.open?

I have a page that I need to print only one part of, I used window.open followed by a window.print for this, except that the output does not come out in the expected format, it's a form and it should be printed as it is in a css file I have, how...
asked by 04.07.2018 / 21:32
1
answer

Pass mouse - image down effect

How can I make an effect when hovering over the image, lowering a box below that image? Ps: Similar to MENU when mouseover <a target="_blank" href="cadastro" ><img src="https://cssreference.io/images/css-reference-icon.png"style="...
asked by 24.07.2018 / 01:01
1
answer

Put transition effect on div that is added class according to scroll

I am trying to add a transition in a div where I add a class according to the scroll, but it is not working. Could anyone try to help me understand why? window.addEventListener('scroll', function(){ var pageScrollY = window.scrollY...
asked by 27.07.2018 / 00:02
1
answer

Text font size inside a button

How can I change the font size of the text inside a button? I'm using Materialize. <a class="waves-effect waves-light grey darken-3 btn"><i class="material-icons left">featured_play_list</i>Ver Lista de Compras</a> <...
asked by 28.08.2018 / 15:27
1
answer

Grid bootstrap containers side by side

I'm doing a PHP project, and in it I have to display the products on the main screen once it's registered, it's displaying one below the other, but I want to show them side by side, by giving a float-right everything and moves all the pro...
asked by 20.06.2018 / 07:13
1
answer

How do I calculate the "positives" and "negatives" functions from a json file to HTML in percentage?

Save, I have a JSON file with "positives" and "negatives" variables, I'd like to turn those values into percent, "positives" being "Like" and "negatives" being "Do not like." After that how could I organize the profiles based on this data? JS...
asked by 21.06.2018 / 01:17
0
answers

Image hover about div not working

I have a div that when hovering the mouse and this makes the hover, is being cut precisely by the div of the main box of the message and so far I could not adjust. Could anyone help? .bull_dog { position: absolute; to...
asked by 21.06.2018 / 20:43
0
answers

Setting Layou CSS and HTML

I could not get the table " Input Interface and Output Interface " on the sides of the Another question is to sort the entries and exits of each " Plan / Do / Check / Action ", they would have to stay in the same line as in the image below...
asked by 04.07.2018 / 14:03