-
Like this: |
Beta Was this translation helpful? Give feedback.
Answered by
pomber
Jul 30, 2023
Replies: 1 comment 1 reply
-
You can try something like this with CSS: .ch-codeblock [data-ch-lang]::after{
content: attr(data-ch-lang);
position: absolute;
right: 10px;
top: 10px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
codersjj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try something like this with CSS:
playground