Added deepL translation api and made little improvements

This commit is contained in:
grata
2023-04-15 15:13:07 +02:00
parent 4815707b89
commit 8bf52dff8d
6 changed files with 83 additions and 65 deletions

View File

@@ -16,12 +16,15 @@ input {
}
#list {
width: 500px;
position: absolute;
top: 46%;
left: 44%;
transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
align-content: center;
margin-top: 10px;
margin-left: 0;
}
#list > li {
@@ -44,3 +47,6 @@ input {
height: 100vh;
}
#translate{
margin: 100px 10px 10px 10px;
}