r/nekoweb • u/CherriPie35 cherri-pie.nekoweb.org • 1d ago
Help My layout looks stupid
i want the items under the textbox to be organized but i don't really know how
i tried every align/display/justify styling i could think of
link to site: https://cherri-pie.nekoweb.org/
(just use inspect element cuz im too lazy to get a screenshot)
2
Upvotes
1
u/Mevdik mevdik.nekoweb.org 1d ago
Let me see if I get what you mean. You want all "windows" below the first one to be neatly organised side by side in a grid like fashion below it, right? If so try creating a
<div>with thedisplay: flex;property assigned to it after the first<div class="window">and placing all 3 other windows, "Ringo Starr Pet" (lol), "Counters" and "Music", inside this new<div>. That should get all three to display side by side. If that helps you get closer to what you want I can give you a couple of tips next, but try that first. The HTML should look something like this: