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
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
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
| /* | |
| Top 100 Countres By Population, 2014 | |
| Collected by https://www.khanacademy.org/profile/darrylyeo/ | |
| Data adapted from | |
| http://www.worldometers.info/world-population/population-by-country/ | |
| */ | |
| CREATE TABLE countries_by_population ( | |
| rank INTEGER PRIMARY KEY AUTOINCREMENT, | |
| country TEXT, |