Pseudo-classes style elements in specific states.
.btn:hover { background-color: #1d4ed8; }
li:first-child { font-weight: bold; }
input:focus { outline: 2px solid #22c55e; }
:hover applies when pointer is over an element.