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
| http://yysource.com/2011/03/debugging-with-css-outline-all-elements/ | |
| * { outline: 2px dotted red } | |
| * * { outline: 2px dotted green } | |
| * * * { outline: 2px dotted orange } | |
| * * * * { outline: 2px dotted blue } | |
| * * * * * { outline: 1px solid red } | |
| * * * * * * { outline: 1px solid green } | |
| * * * * * * * { outline: 1px solid orange } | |
| * * * * * * * * { outline: 1px solid blue } |
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
| <!--[if mso]> | |
| <center> | |
| <table><tr><td width="580"> | |
| <![endif]--> | |
| <div style="max-width:580px; margin:0 auto;"> | |
| <p>This text will be centered and constrained to 580 pixels even on Outlook which does not support max-width CSS</p> | |
| </div> | |
| <!--[if mso]> |