A little advice

i wanted to know if you know a place to find layouts made only in html and css, no js, i want to test what i know at the moment

Essentially, any unchanging layout and many simple animations can be replicated with HTML and CSS alone. What you can’t do is add behavior.

So if you want practice recreating layouts, you can start with basically any site of your choice (Google, Facebook, Twitter, freeCodeCamp…) and try to recreate its appearance with HTML and CSS alone. The difference is that it won’t “do” anything.