diff --git a/assets/index.html b/assets/index.html index 987b8ef..f1b724b 100644 --- a/assets/index.html +++ b/assets/index.html @@ -7,12 +7,80 @@ body { font-family: Arial, sans-serif; margin-top: 50px; + width: 1150px; + margin: auto; + min-height: 100vh; + position: relative; } header { display: flex; gap: 1em; } + + .translation-section { + display: flex; + justify-content: space-between; + align-content: center; + } + + .source, .target { + width: 45%; + display: flex; + flex-direction: column; + gap: 0.5em; + border: 1px solid #ccc; + padding: 1%; + } + + .source textarea, .target textarea { + width: 98%; + resize: none; + } + + .dropdown-area select { + width: 200px; + } + + .swap-button-area { + display: flex; + align-items: center; + justify-content: center; + } + + .text-area { + height: 20em; + } + + .text-area textarea { + min-height: 60%; + height: 60%; + } + .text-area .transliterated-text { + margin-top: 0.5em; + font-style: italic; + color: #555; + max-height: 35%; + overflow-y: auto; + } + + .actions { + display: flex; + justify-content: flex-end; + gap: 2em; + } + + .actions button { + height: 32px; + } + + footer { + position: absolute; + bottom: 10px; + width: 60%; + text-align: center; + margin: 0 20%; + } @@ -21,12 +89,92 @@

Glotter

-
-

Supported Languges

-
    +
    +
    + +
    + +
    +
    +
    + + +
    +
    +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    + + -