Created
October 5, 2015 11:55
-
-
Save isnifer/2671b5f1e3ca9d935aa8 to your computer and use it in GitHub Desktop.
Krutova html
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
<html> | |
<head> | |
<style> | |
.text { | |
font-size: 7px; | |
color: green; | |
font-face: 'Monotype Coursiva' | |
} | |
</style> | |
</head> | |
<!-- вместо <font ....> напиши так --> | |
<span class="text">Любой текст</span> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment