woohoo looks awesome! for the chain placement - did you want it position fixed or absolute? you can position it (fixed, like you have already) to the left of the content by changing the #chain {left: calc((100vw - 800px) / 2 - 30px)} where the 30px can be increased if you want it further out. you can do this with position absolute too so it doesn't stick to the screen but need to change a few more things
Hii thank you so much for sending me the color safe site! I enjoyed reading your post on making sites accessible, I feel really inspired to work on my site more!
i love the new layout!
thank you sm!! It’s definitely a little plain but I think it’s neat haha
woohoo looks awesome! for the chain placement - did you want it position fixed or absolute? you can position it (fixed, like you have already) to the left of the content by changing the #chain {left: calc((100vw - 800px) / 2 - 30px)} where the 30px can be increased if you want it further out. you can do this with position absolute too so it doesn't stick to the screen but need to change a few more things
ty fri11s! I’m gonna try your suggestion for fixed later today!