From aebeba17ee7864d7da966a9e9332bd67cc500778 Mon Sep 17 00:00:00 2001 From: bhavnapandit Date: Fri, 6 Oct 2023 20:07:57 +0530 Subject: [PATCH] Added a seperate style file --- node_modules/.yarn-integrity | 10 ++++++++++ static/img/style.css | 9 +++++++++ templates/index.html | 13 +------------ yarn.lock | 4 ++++ 4 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 node_modules/.yarn-integrity create mode 100644 static/img/style.css create mode 100644 yarn.lock diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..56c28ed --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,10 @@ +{ + "systemParams": "win32-x64-108", + "modulesFolders": [], + "flags": [], + "linkedModules": [], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/static/img/style.css b/static/img/style.css new file mode 100644 index 0000000..0564992 --- /dev/null +++ b/static/img/style.css @@ -0,0 +1,9 @@ +.error-message { + color: red; + } + .error input { + box-shadow: 0 0 3px #cc0000; + } + .valid input { + box-shadow: 0 0 3px #36cc00; + } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index c8f028d..668d8be 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ Iris Flower Classifier - + -
diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +