<style type="text/css">
.btn
{
background-color: Black;
}
.btn:hover
{
background-color: Blue;
}
.btn:focus
{
background-color: Red;
}
.btn:active
{
background-color: Yellow;
}
</style>
استایل بالا رو به یه button نسبت بده . اونوقت تفاوتهاشو احساس میکنی
لینک زیر هم خیلی خوب میتونه کمکت کنه :
http://www.w3schools.com/cssref/css_selectors.asp