Created
March 30, 2017 18:04
-
-
Save alexpelan/3658b87be8da4ec63b79e666348947e7 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=3658b87be8da4ec63b79e666348947e7
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> | |
| <title>Page Title</title> | |
| </head> | |
| <body> | |
| <div class="lots of content"> | |
| <div class="loading"> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> | |
| <p> | |
| 1 | |
| </p> <p> | |
| 1 | |
| </p> <p> | |
| 1 | |
| </p> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
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
| .loading { | |
| position: absolute; | |
| top: 0; | |
| bottom: 0; | |
| right: 0; | |
| left: 0; | |
| opacity: 0.7; | |
| background-color: #fff; | |
| } | |
| body { | |
| background-color: yellow; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment