add smoll css
This commit is contained in:
parent
d3f91f2b9a
commit
24956dae55
2 changed files with 19 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Parser Juniper</title>
|
<link rel=stylesheet href="style.css" />
|
||||||
|
<title>Juniper Parser</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form style="display: flex;">
|
<form style="display: flex;">
|
||||||
|
|
17
style.css
Normal file
17
style.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in a new issue