https://github.com/psolbach/cursor-test
https://github.com/psolbach/cursor-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/psolbach/cursor-test
- Owner: psolbach
- Created: 2023-03-14T14:05:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T16:02:22.000Z (over 3 years ago)
- Last Synced: 2025-01-02T02:42:10.475Z (over 1 year ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```mermaid
graph TD;
Cursor-->Hover;
Hover-->Transform;
Hover-->Move;
Hover-->Enjoy;
```