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
/** | |
* @externs | |
* @license MIT License (c) copyright 2011-2013 original author or authors | |
*/ | |
/** | |
* [when description] | |
* @param {[type]} promiseOrValue [description] | |
* @param {Function=} optOnFulfilled [description] | |
* @param {Function=} optOnRejected [description] |
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
body { | |
background: blue; | |
padding:0; | |
} | |
header { | |
height: 200px; | |
background-color: red; | |
margin: 0; | |
display:block; | |
overflow: hidden; |