rmcg.dev/projects/devchallenges/404-not-found/README.md

2.0 KiB

Challenge 1: 404 Not Found

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

screenshot

Fairly responsive build of this error page. Most font sizes and line heights have been scaled using the responsive font calculator.

At 800px min-width a number of CSS properties are updating for the larger screen layout.

Took a different approach than normal with splitting CSS between font settings and then positional settings. Honestly I find the approach both easier but also increased cognitive load a little. As I'm needing to think about where things are.

I should have used more classes rather than class + html attribute (i.e. .text-container p)

Built With

Pure HTML & CSS, although making heavy use of CSS Properties and dynamic sizing.

Acknowledgements

Contact