diff --git a/projects/devchallenges/404-not-found/README.md b/projects/devchallenges/404-not-found/README.md
index 152f972..58d6a6c 100644
--- a/projects/devchallenges/404-not-found/README.md
+++ b/projects/devchallenges/404-not-found/README.md
@@ -8,11 +8,11 @@
-
+
Demo
|
-
+
Solution
|
@@ -29,7 +29,6 @@
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [Built With](#built-with)
-- [Features](#features)
- [Acknowledgements](#acknowledgements)
- [Contact](#contact)
@@ -37,40 +36,28 @@
## Overview
-![screenshot](https://user-images.githubusercontent.com/16707738/92399059-5716eb00-f132-11ea-8b14-bcacdc8ec97b.png)
+![screenshot](./screenshot.png)
-Introduce your projects by taking a screenshot or a gif. Try to tell visitors a story about your project by answering:
+Fairly responsive build of this error page. Most font sizes and line heights have been scaled using the [responsive font calculator](https://websemantics.uk/tools/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`)
-- Where can I see your demo?
-- What was your experience?
-- What have you learned/improved?
-- Your wisdom? :)
### Built With
-
-
-- [React](https://reactjs.org/)
-- [Vue.js](https://vuejs.org/)
-- [Tailwind](https://tailwindcss.com/)
-
-## Features
-
-
-
-This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/wBunSb7FPrIepJZAg0sY) was to build an application to complete the given user stories.
-
+Pure HTML & CSS, although making heavy use of CSS Properties and dynamic sizing.
## Acknowledgements
-
-
-- [Steps to replicate a design with only HTML and CSS](https://devchallenges-blogs.web.app/how-to-replicate-design/)
-- [Node.js](https://nodejs.org/)
-- [Marked - a markdown parser](https://github.com/chjj/marked)
+- [Fluid-responsive font-size calculator](https://websemantics.uk/tools/responsive-font-calculator/) by Mike Foskett for building this useful calculator.
## Contact
-- Website [tarasis.net](https://tarasis.net)
+- Website - Blog [tarasis.net](https://tarasis.net)
+- Website - Portfolio [rmcg.dev](https://rmcg.dev)
- GitHub [@tarasis](https://github.com/tarasis)
- Twitter [@tarasis](https://twitter.com/tarasis)
diff --git a/projects/devchallenges/404-not-found/index.html b/projects/devchallenges/404-not-found/index.html
index 3164265..da54182 100644
--- a/projects/devchallenges/404-not-found/index.html
+++ b/projects/devchallenges/404-not-found/index.html
@@ -25,11 +25,10 @@
Back to homepage
-