Also does anyone know how to make position:absolute or any elements positioned on cordanates not move with browser window? trying to make the collage frame "stick" to the main frame instead of pulling apart.
Delete
Are you sure you want to remove this comment from the news feed?
cool update! the problem could be that those elements are absolute positioned relative to the viewport. a solution could be to put those elements in a div that is position:relative and has a set width/height. otherwise, maybe this will help: https://dokode.moe/blogs/browser-size-trick
looking at a lot of other sites reminds me of the same way i feel in every other creative prusuit. i make my site what i like, but it never looks nice of feels nice.
Delete
Are you sure you want to remove this comment from the news feed?
my existance isnt aestetic or cool. my intrests are all over the place and i dont fit into anything clean or neat or pretty. it feels like i will always be so-so at best.
cool update! the problem could be that those elements are absolute positioned relative to the viewport. a solution could be to put those elements in a div that is position:relative and has a set width/height. otherwise, maybe this will help: https://dokode.moe/blogs/browser-size-trick