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.