You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
Fixed it! See https://pastebin.com/1hjSYkeS for the updated HTML, and https://pastebin.com/myuKj72J for the updated CSS (these will auto-delete after 1 week). TL;DR wall now has `min-width:max-content;`, floor has `flex-grow: 1;`, wall and floor both in `<room>` having `display: flex; flex-direction: column; min-width: max-content`. Wall widens to contain all items within it, causing Room + Floor to grow too.
You may want to add `z-index: -1;` to the <floor> CSS to ensure that the floor won't render in front of the doors (and you may want to move the skirting board texture into the wall background texture instead of the floor background texture).
ahhhhh thank you so much :D !!!
oooo I just realized I could turn the floor skirt into a div border! would make the room css more malleable