From 24956dae551c8d60549f3d7e07e3ed709bea801d Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 6 Feb 2024 00:16:01 +0100 Subject: [PATCH] add smoll css --- index.html | 3 ++- style.css | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 style.css diff --git a/index.html b/index.html index 2ea6917..ae6c184 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ - Parser Juniper + + Juniper Parser
diff --git a/style.css b/style.css new file mode 100644 index 0000000..5eb950c --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +form { + margin: 3em; +} + +form input { + margin: 5em; + margin-top: 2em; + line-height: 3.5; +} + +#input { + background-color: lightblue; +} + +#output { + background-color: lightgrey; +} \ No newline at end of file