Subfolder problem in repository (Github)

Hello everyone, I have a problem. I want to create a repository with a few subfolders but I cant push one folder trough git into github. This is my repo https://github.com/FlorenciaEmilia/cssArt and I want to push files into /kikiAndJiji just like I have on my pc. How can I achieve this?
(i just started using Git and I’m completely lost)

I just solved it. I had to push the files with this format
git add folderName/fileName.format
git commit -m ‘your commit message goes here’
git push