Skip to content

Instantly share code, notes, and snippets.

@onel0p3z
Created June 19, 2013 14:52
Show Gist options
  • Save onel0p3z/5814937 to your computer and use it in GitHub Desktop.
Save onel0p3z/5814937 to your computer and use it in GitHub Desktop.
<html>
<head>
<link type="stylesheet" src="style.css" />
</head>
<body>
<section>
<article>
<h2>Article title</h2>
<p>some textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome textsome text </p>
</article>
<article>
<h2>Article title</h2>
<p>some textsome textsome textsome textsome textsome textsome textsome text </p>
</article>
<article>
<h2>Article title</h2>
<p>some textsome textsome textsome textsome textsome textsome textsome text </p>
</article>
</section>
</body>
</html>
html{
font-size:1px;
#reduce by 20%
#font-size:0.8px;
#increaase by 20%
#font-size:1.2px;
}
article h2{
font-size:20px;/*Support IE7 & IE8*/
font-size:20rem;
}
article p{
font-size:12px;/*Support IE7 & IE8*/
font-size:12rem;
}
@media (min-width: 320px){
html{
font-size:1.4px;
}
}
@media (min-width: 600px){
html{
font-size:1.2px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment