Nuacht

This repository contains my practice work on code frontend technologies HTML and CSS. It includes A collection of basic HTML and CSS practice projects, including forms, layouts and styled components.
I'm trying to create a text overlay for my video. Positioning worked well for me in moviepy 1.x, but it always sticks at middle-left after I updated to 2.x. Tried .with_position(('left', 'top')), same ...