Skip to content

Instantly share code, notes, and snippets.

@lahmatiy
Created May 16, 2013 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahmatiy/5593176 to your computer and use it in GitHub Desktop.
Save lahmatiy/5593176 to your computer and use it in GitHub Desktop.
Text that always in center and fit window size
<!doctype html>
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100" style="position: fixed; width: 100%; height: 100%">
<text x="0" y="81" fill="black" stroke="black" font-size="100">A!</text>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment