For my last project, I've been painstakingly positioning elements on a page, using margins, absolute and relative position to move things back and forth. As I progress in my CSS journey, along comes the flexbox and halleluja it looks like the answers to my positioning prayers! However, there are A LOT of different properties that … Continue reading CSS Flexbox Part I: positioning shit like a pro
Category: CSS
How to add Parallax Scrolling with CSS
Parallax scrolling is when it looks like part of the page are moving over a static background image. It was all the shits a few years ago, and I have to admit I still think it looks super nifty, so naturally I wanted to learn how to do it. Check out the example I made … Continue reading How to add Parallax Scrolling with CSS
How to center a text box over a header image with CSS
I'm moving along in my coding course and have stumbled upon an old nemesis: centering text boxes over header image". While this will probably be a piece of cake to any experienced developer, I was having a really hard time with it. I could center text just fine, but when I wanted to add a … Continue reading How to center a text box over a header image with CSS
How to add a tagline under the header logo with CSS in Squarespace 7.1
I spent about an hour trying to figure this out for a friend's website the other day and it was driving me mad. I couldn't see how I could add another text field to the header, so I was just endlessly moving the logo from the left to the right without a way out. Fortunately, … Continue reading How to add a tagline under the header logo with CSS in Squarespace 7.1
