Questions tagged as 'css'

1
answer

CSS for SASS convert or not? [closed]

I have several files in css, I am in doubt if I rewrite it in sass to be able to give a better maintenance in the future or not, is it really advantageous?     
asked by 20.09.2018 / 21:56
1
answer

Center a NAV - With video background

I need to center a text, but with justify-content: center and align-items: center I'm not getting it. Not even if I put for example, top: 50% and left: 50% , the items are not exactly in the middle. Maybe I'm missin...
asked by 25.09.2018 / 16:09
1
answer

CSS - Change text distance and image of a list item

I have the following ordered list: ol{ list-style: none; counter-reset: item; list-style-position: outside; } ol li { counter-increment: item; margin-bottom:...
asked by 11.10.2018 / 20:28
0
answers

table with rounded edges

Good morning. I made a table with the rounded edges however, apparently tds are on the table and not inside it, as if it were a background image follows the CSS HTML : <style> .tabela { border-radius: 15px;...
asked by 15.10.2018 / 16:43
0
answers

Does CSS Box-Shadow property affect page performance and rendering of elements?

I know the box-shadow property is relatively old, and widely used. But when I use it in excess, I say by applying box-shadow to 100 elements on the same page I've lost performance? I made this first print with more than 400 divs...
asked by 26.10.2018 / 16:58
1
answer

Login is creating a bottom spacing with CSS

Well, I have this css code for Login. What happens is that there must be some error because I get a huge space at the bottom of the screen. Ileaveyouwithmycode<style>/*Full-widthinputfields*/input[type=text],input[type=password]{width:100...
asked by 08.09.2018 / 20:47
1
answer

How to apply hover on all * siblings or * children?

Good evening, this is my first question here in the forum, so sorry if you do not put it in the best way. The problem I am facing is to apply the css: hover effect on all sibling elements or children (may vary). Next, I go through an image, d...
asked by 05.09.2018 / 05:18
1
answer

How to change background-color of a button inside an Iframe with Jquery

Good afternoon, I'm trying to run a function inside an iframe to change the background-color of a button that is in another Iframe, I started to do some testing and I could not get anyone to help me. > //Iframe A <hmtl> <head> <s...
asked by 21.09.2018 / 21:22
1
answer

Problem in Creating a responsive menu

I'm trying to create a responsive menu but I'm in big trouble ... Follow the code I need you to keep that burger and when it arrives at a certain width, this icon appears by clicking on it and the menu options appear. <!D...
asked by 22.09.2018 / 08:38
2
answers

Center CSS / HTML menu

I need your help to centralize a menu I'm adding to my site. #cssmenu > ul, #cssmenu > ul li, #cssmenu > ul ul { list-style: none; margin: 0; padding: 0; } #cssmenu > ul { position: relative;...
asked by 05.10.2018 / 23:12