diff --git a/Engine_Turning.HTML b/Engine_Turning.HTML index c5d618c..78cf9af 100644 --- a/Engine_Turning.HTML +++ b/Engine_Turning.HTML @@ -1,5 +1,6 @@ + Ferreri Engine Turning G-Code Generator @@ -16,8 +17,8 @@
+
+ -->
@@ -51,9 +52,12 @@
+

+
+


@@ -153,4 +157,4 @@ } - \ No newline at end of file + diff --git a/style.css b/style.css new file mode 100644 index 0000000..fb3301e --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); /* Import the Roboto font from Google Fonts */ + +body { + font-family: 'Roboto', sans-serif; + margin: 20px; + background-color: #f5f5f5; /* Light grey background for better contrast */ + color: #333333; /* Dark grey text for better readability */ +} diff --git a/surfacingGenerator.html b/surfacingGenerator.html index ed1b9d9..8500299 100644 --- a/surfacingGenerator.html +++ b/surfacingGenerator.html @@ -1,5 +1,6 @@ + Surfacing G-Code Generator @@ -68,7 +69,9 @@

Surfacing G-Code Generator



+
+