hiii sorry if this is vague lol but i was wondering if you could offer any tips or resources for making theme of an old gameboy similar to how you did the ds? (which is super cool btw <3) ive been trying to teach myself w just the basics from diff sites but I'm really struggling to find any resources to really show how to make the actual shapes and everything 😢
The way I think of it when building it is what shapes go within each shapes. So for the DS, I have the whole DS in a whole, which has the top screen, the middle bar, and the lower screen in it. The top screen has the rows of dots on each side and the actual screen part itself. Etc.
This thing is super old now so I don’t even know if I coded it this way, but I recommend using CSS Flexbox. It helps you position all your elements and space them out properly. Also learn about CSS positions also, it’s how I got the buttons in the places they are.
Feel free to learn from the code also! You can also go to the preview page, right click something you’re not sure how to do, click “Inspect element” and it shows you the HTML and CSS used. It’s especially nice because you can edit the CSS right there and it shows the difference right away.
I hope this helps! If you’re a super beginner btw, I recommend Codecademy to learn HTML & CSS. The free version is fine!






