how i can change button to have border-radius: 6px; and to by active marked when i will select it. Here is my HTML code and i also have CSS. When i make
change
class="button:active"
to
class="button"
and add to your css
button:active { // your button:active styling }