I have a situation in which I want to change an HREF in an unordered list in HTML when a CSS media query is true. Specifically I want to change an HREF from calendar.html to ca
On a related note... You can manipulate HTML using CSS content ... The following taken from Chris Coyier at CSS-tricks.com
content
.email-address:before { content: "Email address: "; } chriscoyier@gmail.com
And the output would be like:
• Email address: chriscoyier@gmail.com