I have a div container. inside, I have a button. I want the button to be used to change the attributes of a DIV position. I want the button to click to move the entire container to the left. I have to do this without any scripts; CSS and HTML only. Is it possible? perhaps with a button button: active {stuff}?
source
share