Last active
August 29, 2019 10:30
-
-
Save andrei-cacio/9639a0f9b40a9e11562a185a2e61c179 to your computer and use it in GitHub Desktop.
Pasting hello world in Chrome
This file contains hidden or 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
<meta charset='utf-8'> | |
<span style=" | |
color: rgb(0, 0, 0); | |
font-family: Times; | |
font-size: medium; | |
font-style: normal; | |
font-variant-ligatures: normal; | |
font-variant-caps: normal; | |
font-weight: 400; | |
letter-spacing: normal; | |
orphans: 2; | |
text-align: start; | |
text-indent: 0px; | |
text-transform: none; | |
white-space: normal; | |
widows: 2; | |
word-spacing: 0px; | |
-webkit-text-stroke-width: 0px; | |
text-decoration-style: initial; | |
text-decoration-color: initial; | |
display: inline !important; | |
float: none; | |
"> | |
Hello world | |
</span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment