Created
January 24, 2022 14:52
-
-
Save subzey/752f24df13784e4f3517e7237aad33a1 to your computer and use it in GitHub Desktop.
Translate injections
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<style> | |
p > :last-child { | |
color: red; | |
} | |
</style> | |
</head> | |
<body> | |
<p>Привет, <strong>Username</strong>!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment