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
| @import url(https://fonts.googleapis.com/css?family=Nunito); | |
| /* | |
| ! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com | |
| *//* | |
| 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) | |
| 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) | |
| */ | |
| *, |
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, |