Wednesday, September 18, 2013

CSS3 background-size

CSS3 background-size

Is there a way of switching between css classes without using JS just html
with CSS.
I would like to be able to switch between these two classes
.b1 { background-size: cover } .b2 { background-size: 100% }
Possible?

No comments:

Post a Comment