-
-
Save tilomitra/6344499 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/pure/0.2.1/pure-min.css"> | |
<style> | |
.pure-g, | |
.pure-g-r { | |
font-family: "Bitstream Charter", Tinos, "Droid Sans", "Dejavu Sans", Helvetica, Arial, sans-serif; | |
} | |
.pure-g [class *= "pure-u"], | |
.pure-g-r [class *= "pure-u"] { | |
font-family: serif; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="pure-g-r"> | |
<div class="pure-u-1-2">Lorem Ipsum</div> | |
<div class="pure-u-1-2">Plane Goes</div> | |
<div class="pure-u-1-4">Zip</div> | |
<div class="pure-u-1-4">Zop</div> | |
<div class="pure-u-1-4">Zoopity</div> | |
<div class="pure-u-1-4">Bop</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment