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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
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
| /* Remove Trends & Suggestions */ | |
| .trends-inner, .user-rec-inner, .promo, .component-spacer {display: none !important;} | |
| .topics {display: none !important;} | |
| [data-component-term="trends"] * { | |
| display: none !important; | |
| } | |
| /* Remove User Recommendations */ | |
| [data-component-term="user_recommendations"] * { | |
| display: none !important; |
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
| /* | |
| How I would approach a fluid grid: | |
| [1] Let the name reflect the % width, | |
| eliminating "1 of 12" guesswork. | |
| [2] Also, put 10px of padding to either | |
| side, to stack and make a 20px gutter. |