24
loading...
This website collects cookies to deliver better user experience
position: relative
and position: absolute
. I always tend to forget this though - maybe that's a sign that I need to continually be making CSS art.position: sticky
before so it was interesting to see it in action.position
-based layout. For some reason, this wouldn't work on my portfolio section. I have a feeling it has something to do with the positioning of the other elements. With a time restriction, I had to quickly find a way to get the layout looking the way I wanted. That's where display: flex
and flexbox came in.