Why background-size doesnt work with only a button?
I simply have this
But the
background-size
doesnt wrok and I dont see what's wrong, the browser doesnt complain about anything. I only have this code, I tried it in a code pen and it didnt work7 Replies
it does
but the background is repeating
Edit fiddle - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
You're right, I expected it to go vertically
Can I do that?
https://developer.mozilla.org/en-US/docs/Web/CSS/background-size <-- the background size accepts 1 or 2 values
so, you can give it a width and a height, separated by a space
Thanks
you're welcome