Is there any way to use conditional statements in CSS?
The only conditions available in CSS are selectors and @media. Some browsers support some of the CSS 3 selectors and media queries.
You can modify an element with JavaScript to change if it matches a selector or not (e.g. by adding a new class).