Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Guevara-chan authored Oct 19, 2018
1 parent 34fca52 commit eea6aa1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@

.bar {left: 5px; right: 5px; font-family: Roboto; font-size: 14px;}
.area {margin: 5px; width: 50%; display:flex; flex-flow: column; overflow: auto}
.lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray; font-family: Crimson; font-size: 15px}
.lit {background: rgba(33, 33, 33, 0.5); resize: none; flex: 1 0; box-shadow: 0px 0px 5px darkslategray; font-family: Crimson; font-size: 15px; line-height: 1.1}
.tip {text-align: center; width: 25%; min-height: auto;}

@supports (-ms-ime-align: auto) {
.tip {font-family: "Segoe UI Symbol"}
}
</style>
</head>

Expand All @@ -36,7 +40,7 @@

<div class="area" style="margin-bottom: 0">
<center>
<div class="tip" style="background: darkturquoise; color: #DFFEFE; text-shadow: 1px -1px 2px darkgray, 0 0 1em slategray; border-radius: 10px 10px 0px 0px; border-bottom: 1px dashed rgba(255, 255, 255, 0.5)">🞇⋮<b style="color:#004444; text-shadow: 0px 0px 3px gray; font-family: Oswald;">PLURI</b>⋮🞇</div>
<div class="tip" style="background: darkturquoise; color: #DFFEFE; text-shadow: 1px -1px 2px darkgray, 0 0 1em slategray; border-radius: 10px 10px 0px 0px; border-bottom: 1px dashed rgba(255, 255, 255, 0.5)">🞇⋮<b style="color:#004444; text-shadow: 0px 0px 3px gray; font-family: Oswald; line-height: 1.5">PLURI</b>⋮🞇</div>
</center>
<textarea id="pluri" class="lit" style="border: 2px solid darkturquoise; border-bottom: 0; color: cyan;" readonly></textarea>
</div>
Expand Down

0 comments on commit eea6aa1

Please sign in to comment.