Relative Content

Tag Archive for htmlcsselectron

Inline style doesn’t have any effect

I apply styling to a div from a CSS file, which works fine. The problem is the the inline style="" seems to have no effect on the element. I’ve tried using !important and made sure the parent’s width and height are explicitly set to 100%.