2020-06-05 10:54:44 +00:00
|
|
|
body
|
|
|
|
{
|
|
|
|
background-color: bisque;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(5, 1fr);
|
|
|
|
grid-gap: 20px;
|
|
|
|
grid-row: 5;
|
|
|
|
padding-left: 1%;
|
|
|
|
padding-right: 1%;
|
|
|
|
|
|
|
|
}
|
|
|
|
.Titel
|
|
|
|
{
|
|
|
|
grid-column: 1 / 6;
|
|
|
|
grid-row: 1;
|
2020-06-08 07:57:48 +00:00
|
|
|
#zuruck
|
|
|
|
{
|
|
|
|
align-self: left;
|
|
|
|
}
|
2020-06-05 10:54:44 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
.Eingabe
|
|
|
|
{
|
|
|
|
grid-column: 1 / 3;
|
|
|
|
grid-row: 2/6;
|
|
|
|
background-color: lightgrey;
|
|
|
|
border: 1px solid black;
|
2020-06-08 09:55:05 +00:00
|
|
|
padding-bottom: 2%;
|
2020-06-08 07:57:48 +00:00
|
|
|
.input
|
2020-06-08 05:27:33 +00:00
|
|
|
{
|
|
|
|
resize: none;
|
|
|
|
overflow: auto;
|
|
|
|
width: 90%;
|
|
|
|
height: 3%;
|
|
|
|
margin-left: 5%;
|
|
|
|
}
|
2020-06-05 10:54:44 +00:00
|
|
|
#go
|
|
|
|
{
|
|
|
|
margin-left: 40%;
|
|
|
|
margin-top: 5%;
|
|
|
|
align-items: center;
|
|
|
|
width: 100px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.Ausgabe
|
|
|
|
{
|
|
|
|
grid-column: 3 / 6;
|
|
|
|
grid-row: 2/6;
|
|
|
|
background-color: lightgray;
|
|
|
|
border: 1px solid black;
|
2020-06-08 09:55:05 +00:00
|
|
|
padding-bottom: 2%;
|
2020-06-05 10:54:44 +00:00
|
|
|
}
|
|
|
|
h2,h1
|
|
|
|
{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-06-08 05:27:33 +00:00
|
|
|
|
2020-06-05 10:54:44 +00:00
|
|
|
|
|
|
|
table{
|
|
|
|
margin-left: 3%;
|
|
|
|
margin-right: 3%;
|
2020-06-05 11:43:09 +00:00
|
|
|
scroll-behavior: auto;
|
2020-06-05 10:54:44 +00:00
|
|
|
td, tr
|
|
|
|
{
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
.fix
|
|
|
|
{
|
|
|
|
.headcol {
|
|
|
|
position: absolute;
|
|
|
|
width: 5em;
|
|
|
|
left: 0;
|
|
|
|
top: auto;
|
|
|
|
border-top-width: 1px;
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
}
|
2020-06-08 05:27:33 +00:00
|
|
|
|
2020-06-05 10:54:44 +00:00
|
|
|
}
|