Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| .skeleton { | |
| --text-opacity: 0; | |
| background-image: linear-gradient(100deg, #edf2f7 0%, #f4f7fa 20%, #edf2f7 40%); | |
| background-position: 50%; | |
| background-size: 200%; | |
| animation: skeleton 1.25s infinite linear; | |
| } | |
| .skeleton-teal { | |
| background-image: linear-gradient(100deg, #b4c5f8 0%, #cad8f9 20%, #b4c5f8 40%); |