From 26fa664cedbd77916f2ca242076c201daa41ee45 Mon Sep 17 00:00:00 2001
From: ben-burlingham
Date: Sun, 1 Nov 2015 16:10:08 -0800
Subject: [PATCH] Trivial copy updates.
---
css/style.css | 2 +
index.html | 150 ++++++++++++++++++++++++--------------------------
2 files changed, 75 insertions(+), 77 deletions(-)
diff --git a/css/style.css b/css/style.css
index 7bad6db..24bdcda 100644
--- a/css/style.css
+++ b/css/style.css
@@ -7,7 +7,9 @@
.results-matrix {
font-size:0;
+ margin:0 auto;
text-align:center;
+ width:700px;
}
.results-matrix img {
diff --git a/index.html b/index.html
index 9441066..b4ab88d 100644
--- a/index.html
+++ b/index.html
@@ -26,11 +26,7 @@ Your task is to create an algorithm that makes the most accurate looking copy of
-My solution is not everything I wished, but it was a fun exercise.
-
-
-
-The code basically takes a random pixel and uses a binary search to find a match in the target palette, weighted for the red component. Here are the results for that approach.
+I developed a solution that takes a random pixel and uses a binary search to find a match in the target palette, weighted for the red component. Here are the results for that approach.
Results
@@ -40,118 +36,118 @@ The code basically takes a random pixel and uses a binary search to find a match