Is it possible to get the content of a tag using content in css?
a::after {
content: whatever is contained within the a tag
}
I am trying to implement Inline elements shifting when made bold on hover
Is it possible to get the content of a tag using content in css?
a::after {
content: whatever is contained within the a tag
}
I am trying to implement Inline elements shifting when made bold on hover