Skip to content

Instantly share code, notes, and snippets.

@LectomT
Created January 14, 2013 02:00
Show Gist options
  • Save LectomT/4527269 to your computer and use it in GitHub Desktop.
Save LectomT/4527269 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>First font size change</title>
</head>
<body>
<p style = "font-size: 8px"> Some text for you to make tiny! </p>
<p style = "font-size: 12px"> Some text for you to make normal size!</p>
<p style = "font-size: 44px"> Some text for you to make super big!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment