add smoll css

This commit is contained in:
rick 2024-02-06 00:16:01 +01:00
parent d3f91f2b9a
commit 24956dae55
Signed by: Rick
GPG key ID: 5CBE8779CD27BCBA
2 changed files with 19 additions and 1 deletions

View file

@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Parser Juniper</title>
<link rel=stylesheet href="style.css" />
<title>Juniper Parser</title>
</head>
<body>
<form style="display: flex;">

17
style.css Normal file
View file

@ -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;
}