Questions tagged as 'css'

2
answers

custom input

I have the following code with which I would like to emulate the functionality of this site: Mathway : .fraccion { display: inline-block; font-size: 90%; text-align: center; vertical-align: middle; padding: 0 .1em; } .d...
asked by 03.02.2017 / 19:11
2
answers

CSS - Margin Padding HTML

Why does not the white line between the first and second elements respect me? I leave my website: link The CSS is: *{ margin-bottom: 4px; margin-top: 4px; } #todo{ width: 750px; height: 100px; font-family: "Times New...
asked by 24.11.2016 / 09:54
2
answers

How to zoom content to fit the width of the screen

Consider this example: Manually I adjusted the zoom of the body to 60% so that the div #content fits horizontally on the screen (The div #content should not wrap or have scroll) body{ zoom:60% } #content{ overflow-x: hi...
asked by 13.04.2016 / 18:11
1
answer

Get and change CSS of some containers

I hope you are well, I tell you what I should do ... I must do a function that detects me if one or many div within their styles have the property background-color: #ffffff; and in case they have it, change it by background-color: #...
asked by 28.12.2018 / 16:18
1
answer

When inserting html code from javascript, css fails

I have a code in javascript that accesses to firebase to obtain information and then inserts html code with this information. All this does but not as expected. For example, it uses images but instead of putting them with a specific size, it put...
asked by 02.01.2019 / 23:32
2
answers

Select shows blank Background of your selected options

I have a Select which contains 3 colors as options, but when I select an option it does not show the background color, it only shows the text: <html> <head> <meta http-equiv="Content-Type" content="tex...
asked by 15.03.2018 / 16:53
3
answers

Problem with Hover effect with CSS in HTML

I have a problem with the :hover effect used in the CSS language to style an element. It turns out that I have a button that should change color every time you mouse over it, with the effect :hover I set a time of 3 seconds...
asked by 13.11.2018 / 22:32
1
answer

How to animate an element with CSS every time it is clicked?

I have a button which I have an animation with CSS3 which goes into effect every time the button has the focus. What the animation does is give a small bounce to the button, in its same position that is without moving it. What I'm lookin...
asked by 08.11.2018 / 21:13
1
answer

media query css screens girls

I have a small dilemma: I am developing a page. Then, on small screens (like those of the new Macs) it does not look good: the texts move and everything. Then use media queries, nothing more than the browser is not recognizing the one I'm using...
asked by 09.10.2018 / 22:59
2
answers

Problem with my form

Hello stackoverflow friends, I have a question about why my form makes my page update if I still do not implement anything to send it by e-mail greetings to all and I hope you can solve my question. <section id="fs-form-wrap" class="f...
asked by 11.09.2018 / 01:52