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
| /** | |
| * VAM IE | |
| */ | |
| html, | |
| body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } |
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
| /** | |
| * Border Arrow | |
| */ | |
| html, body { | |
| background: #f0; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } | |
| .arrow { |
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
| /** | |
| * Orientation | |
| */ | |
| html { | |
| height: 100%; | |
| } | |
| body { | |
| min-height: 100%; | |
| } |
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
| /** | |
| * Orientation | |
| */ | |
| html { | |
| height: 100%; | |
| } | |
| body { | |
| min-height: 100%; | |
| } |
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
| /** | |
| * Orientation2 | |
| */ | |
| html { | |
| height: 100%; | |
| } | |
| body { | |
| min-height: 100%; | |
| } |
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
| /** | |
| * BG Size | |
| */ | |
| html { | |
| //background: #f06; | |
| //background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } | |
| .foo { |
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
| /** | |
| * BG Size | |
| */ | |
| html { | |
| //background: #f06; | |
| //background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| } | |
| .foo { |
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
| /** | |
| * Notification | |
| */ | |
| html { | |
| font: 100% sans-serif; | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| height:100%; | |
| } |
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
| /** | |
| * Notification | |
| */ | |
| html { | |
| font: 100% sans-serif; | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| height:100%; | |
| } |
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
| /** | |
| * Notification | |
| * Star Wars | |
| */ | |
| html { | |
| font: 100% sans-serif; | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| height:100%; |