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
| <a href="mailto:name@example.com?subject=subject%20text&body=body%20text" title="Create Email">name@example.com</a> |
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> | |
| <!--[if IE 8 ]><html lang="en" class="no-js ie8"><![endif]--> | |
| <!--[if (gte IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]--> | |
| <head> | |
| <title> | |
| Title | |
| </title> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="author" content="Ed Boaden"> |
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
| /* Narrow viewport width */ | |
| body:after { | |
| content: 'narrow'; | |
| display: none; | |
| } | |
| /* Medium viewport width */ |
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
| /* Ordered list with styled numbers */ | |
| ol { | |
| counter-reset: li; | |
| } | |
| ol li { | |
| list-style: none; | |
| margin-left: 2em; |
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
| /* 14px / 21px */ | |
| body { | |
| font: 14px / 1.5em Helvetica, Arial, sans-serif; /* em used in line-height to set fixed height across all child elements */ | |
| } | |
| h1 { | |
| font-size: 2.571em; /* 48px */ | |
| line-height: 1.167; /* 48px */ |
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
| /* 18px / 27px */ | |
| body { | |
| font: 18px / 1.5em Helvetica, Arial, sans-serif; /* em used in line-height to set fixed height across all child elements */ | |
| } | |
| h1 { | |
| font-size: 2.667em; /* 48px */ | |
| line-height: 1.125; /* 54px */ |
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
| /* 12px / 18px */ | |
| body { | |
| font: 12px / 1.5em Helvetica, Arial, sans-serif; /* em used in line-height to set fixed height across all child elements */ | |
| } | |
| h1 { | |
| font-size: 3em; /* 36px */ | |
| line-height: 1; /* 36px */ |
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
| /* 16px / 24px */ | |
| body { | |
| font: 16px / 1.5em Helvetica, Arial, sans-serif; /* em used in line-height to set fixed height across all child elements */ | |
| } | |
| h1 { | |
| font-size: 3em; /* 48px */ | |
| line-height: 1; /* 48px */ |
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
| <!-- Baseline Grid --><ul id="grid" style="display:"><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li></ul><style>#grid{list-style:none;margin:0;overflow:hidden;padding:0;position:absolute;top:0;left:0;width:100%;}#grid li{height:1.4em;}#grid li:nth-child(even){background:rgba(255,0,0,0.1);}</style> |
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
| dt, dd { | |
| display: inline; | |
| } | |
| dd:after { | |
| content: "\A"; | |
| white-space: pre; | |
| } |
NewerOlder