From 6795887e0e955297d7d9c19ecdd2eb87e3e3a5d1 Mon Sep 17 00:00:00 2001 From: Dor-sketch Date: Fri, 28 Jun 2024 20:18:03 +0300 Subject: [PATCH] Add title and update instructions --- README.md | 3 -- docs/css/styles.css | 41 ++++++++++------------ docs/index.html | 61 +++++++++++++++++++++++++++----- docs/js/tutorial.js | 84 +++++++++++++++++++++++---------------------- 4 files changed, 113 insertions(+), 76 deletions(-) diff --git a/README.md b/README.md index 448d731..9c9ad27 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,3 @@ Any contributions you make are greatly appreciated. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -............5.3.3...84.12...59...8..........6.23...57...53.7....1. -............5.3.3...84.12...59...8..........6.23...57...53.7....1.....9.....1... \ No newline at end of file diff --git a/docs/css/styles.css b/docs/css/styles.css index 4aedfe2..7bcaaa2 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -129,16 +129,16 @@ footer { flex-direction: column; position: fixed; } -/* Headings Styling */ + + +/* Updated h1 Styling */ h1 { - font-size: 1.5rem; margin: 0; - padding: 0; - margin-top: 1rem; - color: var(--primary-color); - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); - border-radius: 5px; - transition: background-color 0.2s, box-shadow 0.2s; + font-size: 2rem; + color: var(--text-color); + text-align: left; + font-family: var(--font-stack); + /* Remove or adjust the left property as needed */ } h2 { @@ -360,18 +360,17 @@ label { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } +/* Adjusted .design-info CSS */ .design-info { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - position: absolute; /* Added to position the element absolutely within its closest positioned ancestor */ - top: 50%; /* Center vertically */ - left: 50%; /* Center horizontally */ - transform: translate(-50%, -50%); /* Adjust the element's position to be truly centered */ - margin-top: 0; /* Reset margin-top as it's no longer needed */ -margin-left:1rem; -text-align: center;} + display: block; + text-align: left; + position: absolute; + left: 0; + bottom: 4rem; + margin: 1rem; +} + + .design-info p { margin-bottom: 0 !important; margin-block-start: 0rem; @@ -521,12 +520,8 @@ color: #ffffff !important; gap: 0; } .design-info { - position: fixed; text-align: left; - bottom: 0rem; - margin-left: 1rem; font-size: 0.8rem; - padding-left: 2rem; } diff --git a/docs/index.html b/docs/index.html index 28cbc7a..8dde012 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,8 +15,9 @@ Snap & Solve: Turn Puzzle Images into Sudoku Answers - - + + @@ -37,11 +38,7 @@ -
-

Built By Dor ©
- dorpascal.com -

-
+
@@ -58,8 +55,54 @@
- +
+

👋 Welcome to the Sudoku Solver!

+

Let's get started.

+ + +
+ + + +
+
+
+

Snap & Solve

+

Built By Dor © +
+ dorpascal.com +

+