Created
April 23, 2011 11:13
-
-
Save amuino/938545 to your computer and use it in GitHub Desktop.
Ejemplo para http://www.manuelrecena.com/blog/archives/1075
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 lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>untitled</title> | |
<meta name="generator" content="TextMate http://macromates.com/"> | |
<meta name="author" content="Abel Muiño Vizcaino"> | |
<style type="text/css" media="screen"> | |
body { | |
font: 20pt Arial,Helvetica,sans-serif; | |
} | |
p { | |
font-size: 0.9em; | |
} | |
</style> | |
</head> | |
<body> | |
<p>Este texto debería ser de distinto tamaño en firefox y chrome.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment