diff --git a/html/index.html b/html/index.html index 1cf1fdf..087940a 100644 --- a/html/index.html +++ b/html/index.html @@ -15,16 +15,26 @@
@@ -33,26 +43,28 @@

Different AI models

- -
-

Code

-
-
-
-

Math

-
-
-
-

Language

-
-
-
-

Default

-
-
-
-

Custom

-
+
+ +
+

Code

+
+
+
+

Math

+
+
+
+

Language

+
+
+
+

Default

+
+
+
+

Custom

+
+
@@ -75,4 +87,4 @@ - + \ No newline at end of file diff --git a/html/styles.css b/html/styles.css index 1c62c93..399202a 100644 --- a/html/styles.css +++ b/html/styles.css @@ -62,23 +62,49 @@ body { .history ul li { padding: 10px 0; border-bottom: 1px solid var(--text-color); + width: 100%; } + +.history ul li a{ + display: block; + text-decoration: none; + color: white; + width: 100%; + padding: 5px; +} + +.history ul li a:hover{ + background-color: var(--input-button-hover-color); +} + /* Models Section */ .models { - grid-column: 1; - grid-row: 2; - display: flex; - justify-content: space-between; - align-items: center; background-color: var(--models-background-color); border-radius: 2em; padding: 1em; height: 40vh; /* Adjusted height to occupy 40% of the viewport height */ } -.models .title h3 { + +.models h3 { padding: 2px; margin: 5px; } + +.models .title h3 { + padding: 2px; + margin: 5px; + padding-bottom: 1em; +} + +.grid{ + grid-column: 1; + grid-row: 2; + display: flex; + justify-content: space-between; + align-items: center; + padding-top: 1em; +} + .ai-class { text-align: center; display: flex; @@ -187,4 +213,4 @@ body { } .input button:hover { background-color: var(--input-button-hover-color); -} +} \ No newline at end of file