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...
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; "><...
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()
&...
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...
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...
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.
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...
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...
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,...
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...