Questions tagged as 'style'

2
answers

How does hierarchy elements in css work? [duplicate]

I would like to know how the hierarchy works in css, I explain: Let's say in my style.css I set to h1, h2, h3, h4, etc. by default font-size: 12px; , so far beauty ... Now, if for example I insert inside a class...
asked by 19.04.2018 / 19:06
1
answer

How to Rotate a Letter?

I'm trying to rotate a letter of a word, to make it equal to the company logo. This would be the Logo: HerewasthecodeItriedtousetorotate<h1class="text-center"><span style="color:blue;font-family:Gabriola;font-size:120px; "><...
asked by 22.12.2016 / 23:13
2
answers

Footer at the end of the document

I'm trying to leave the footer at the end of the document, but it's at the bottom of the page I'm viewing, thus disrupting the usability of the system ... Follow the footer: <div class="container body-content"> @RenderBody() &...
asked by 13.11.2016 / 02:36
2
answers

Toggle the colors of a column using the java library - apache poi

I'm using java with the api poi library to create an excel spreadsheet. I need to keep alternating colors, from the 1st column (that is from department), between yellow and blue, when the data are different too.Ex .: Dep = 1 - Color = yellow...
asked by 20.09.2017 / 20:23
1
answer

Pre-processor stylus - Error while running the stylus watch

Hello, I have the following problem: When you run the command stylus main.styl main.css -w the stylus compiles what is saved, that is, it takes what is in the files styl/title.styl and styl/button.syl and plays to...
asked by 25.02.2017 / 18:51
1
answer

Import style react native

Is it possible to import a style from another directory in the import of react native? I tried something similar to what is done in require to change the directory with "../" but without success.     
asked by 02.08.2018 / 15:42
1
answer

HTML CSS - Organize images (figure) with captions (figcaption) on the page?

I'm having difficulty putting the caption inside my image, I want the caption to be at the bottom of the image (inside it), another thing is that my section.galeria is not inside my div # interface and I also can not centralize it. @charse...
asked by 13.09.2018 / 15:01
1
answer

Section divider and slider

Good people, can someone tell me how I can do a section divider in html and css? Like that: I would also like to add a simple slider to the header to fill the full-width of the screen, but I'm having trouble trying to make one, does anyone...
asked by 05.05.2018 / 12:45
0
answers

How do I style child components through parent components?

I'm learning React native, and I'm having a question about styling child components more productively, because so far, I have to create a style and insert it into every component I want to style. My question is: how to create only one style,...
asked by 09.07.2018 / 18:01
1
answer

Display block does not work in Safari

I'm trying to change the css of a loading via javascript. The element is as display:none and when I submit change this element to display:block and it appears on the screen. The issue is that when tested in Mac Safari it just...
asked by 30.03.2018 / 01:24