CSS box shadow visual representation/editor using vanilla javascript.
🧠 Concepts Covered:
- CSS variables
- How to use CSS custom properties in JavaScript
- How to center elements vertically
- Flexbox layout tricks
Global Nav
Fix CORS issue on localhost
Use this page as a proxy to fix CORS issue https://cors-anywhere.herokuapp.com/
/* Example in vanilla Javascript*/ const proxy = 'https://cors-anywhere.herokuapp.com/'; const url = `${proxy}https://github.com/utopianfool/link-api/projects.json`;