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