Questions tagged as 'css'

3
answers

How to align icons in the cells

Hello, I'm using the fontawesome library to show some icons in some cells <script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script> I try to put it in the upper part of the cell, and with valign=...
asked by 14.03.2018 / 19:42
2
answers

how to create styles for a progressive ID?

How can I create styles for ids that are differentiated at the end by a number? I had seen something like this "#1, #2 = id(+n)" , but it did not work for me     
asked by 08.04.2017 / 23:01
1
answer

CSS syntax alerts in ES [closed]

Could an ES subroutine be made to notify me in any way of a CSS syntax error?     
asked by 13.04.2017 / 19:24
3
answers

Questions CSS border top

Good, is there any way to make a border TOP with margin? When I do a focus or a hover, I put a top but a bit higher than the focus / hover element.     
asked by 02.05.2017 / 16:47
1
answer

background permamente in html

Hello friends, I have this property css assigned from my driver for the vista home that will be displayed on the cell phone: body{ 'background-image':'url("../images/fondo_mix_cel.png")', 'background-size': 'contain', 'backgr...
asked by 26.01.2017 / 16:43
2
answers

Appearance of footer when it is above the image (arrow)

I tried to make the footer appear when the click is on top of the arrow, but blinking occurs and it does not work, can it be done only with css or will js be necessary? body { margin: 0; } .block { height: 2000px; } .header...
asked by 10.01.2017 / 17:06
3
answers

Do you use the css rules correctly and prevent the css rule from applying changes to other tags?

   Optimizing style rules css In this style css I can replace 7 lines and lower a rule. .showing h1 { font-size: 30px; padding-bottom: 10px; font-family: "raleway"; font-weight: 300; } .showing h2 { font-size: 30px...
asked by 11.01.2017 / 04:50
3
answers

Adapt the height of one div to another div CSS

I am trying to make the div color negro suit the height of div color amarillo . The div color amarillo has the property top: 320px; in this example, but it will be dynamic, its property will change...
asked by 25.01.2018 / 17:20
1
answer

Understanding META VIEWPORT

I do not understand meta name="viewport" . I am using the example offered by w3Schools and I am not able to understand what it is for, what exactly it does. I have read the explanation and I understand perfectly that it says that it serv...
asked by 24.06.2016 / 21:40
3
answers

Simulate Hover with JQuery

I have a navbar of Bootstrap with drop-down. I want to make hover in the div class="dropdown-content" dropdown also activate the hover of the menu option a class="nav-link" , since I have put styles to the optio...
asked by 13.12.2018 / 11:52