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
/* "to left" / "to right" - affects initial color */ | |
.selector { | |
background: linear-gradient(to left, var(--black) 50%, #ffffff 50%) | |
right; | |
background-size: 200%; | |
transition: 0.2s ease-out; | |
} |