repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
certificates
stars
latest
clone command
git clone gitlawb://did:key:z6Mkqhmm...XL9c/certificatesgit clone gitlawb://did:key:z6Mkqhmm.../certificates019974a8sync from playground14h ago| #3 | @tailwind utilities; |
| #4 |
| #5 | @keyframes slide-in { |
| #6 | from { |
| #7 | opacity: 0; |
| #8 | transform: translateY(12px); |
| #9 | } |
| #10 | to { |
| #11 | opacity: 1; |
| #12 | transform: translateY(0); |
| #13 | } |
| #14 | } |
| #15 |
| #16 | .animate-slide-in { |
| #17 | animation: slide-in 0.3s ease-out; |
| #18 | } |
| #19 |