design with target pseudo class code example
Example: target element pseudo-classes
*:target { color : red }
*:target::before { content : url(target.png) }
*:target { color : red }
*:target::before { content : url(target.png) }