Welcome
Everything you see here is handcrafted by yours truly. Feel free to explore, but you won't find a single line of javascript, here. Everything is built by harnessing the magic of CSS, from the background effects to the navigation.
How did you do that ?
Explore the source ! Right-click anywhere and Inspect. It may be a bit messy, but if you know how to use the dev tools you should find your way.
In short, navigation is made using the sibling selector (~
) and radio buttons to handle which div is shown. The background effects are a combination of clip-path, gradients, and two images and a blend mode (One with
the red-blue channels and one with the green channel. Look at the "bg
" div content.)