hi! can i ask how you coded DECT? it seems similar to 17776’s layout (and i know you were inspired by that^^) and i was wondering how you did it, its something ive been wanting to imitate
preemptively: my site is hosted on neocities, if youre coming at this entirely new to html w3schools is my go-to, and just. searching stuff you want to do (i.e. simple bullshit "put text in bottom left of page") usually gets you some good starting points. i am not an expert for this shit and am probably not the person to go to for explanations, ive just been coding on and off for years
you may want to take a peek through the page's code (right click -> view page source) to get the full rundown of whatever the hell i was doing, but tl;dr it's a lot of fairly simple HTML/CSS. if you know how to use divs and basic text/image styling in CSS you are good to go. i give express permission to steal whatever is on there for whatever amateur coding anyone is doing. steal my shit. maybe dont clone my whole website but if you wanna rip some elements go for it.
i.e. m & v2's dialogue is 2-3 lines of CSS styling and a div each. the img css is just set to make every image display full-width on the screen with no borders, etc.
note 1. ignore all the shit for the content warning box, that's a bunch of javascript and is incredibly overengineered, just use the <details> tag for a dropdown menu instead of that
note 2. i would also recommend using something like css grids to create blank chunks of page instead of uh, haphazardly inserting random invisible <div> boxes that are 3 pixels wide and arbitrary heights for every single blank space. it works sure but it is a messy solution.