←back to thread

450 points homebrewer | 5 comments | | HN request time: 0.678s | source
1. nottorp ◴[] No.44368831[source]
Uh. Forget plastics, I love the presentation.

Any web dev type can tell me what framework, if any, is that done with?

replies(3): >>44369782 #>>44370112 #>>44370452 #
2. davidmurdoch ◴[] No.44369782[source]
Not a fan of the scroll re-alignment behavior on mobile though.
3. batrat ◴[] No.44370112[source]
Same. I would like to know too.
4. Sn0wCoder ◴[] No.44370452[source]
Its a next.js site using Tailwind -- https://departuremono.com/ -- https://fonts.google.com/specimen/IBM+Plex+Mono -- some other fonts mixed in

Other that that just styled HTML based on a quick look at the debugger window if there was another framework used its not obvious...

replies(1): >>44370934 #
5. nottorp ◴[] No.44370934[source]
Oh, so the magic is in the custom style and the fonts mostly. Thanks!