Skip to content
Snippets Groups Projects
Commit 5d76d343 authored by Andy C's avatar Andy C
Browse files

Fixed input div closing tag

parent 5ed1e51d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ html, body, #wrapper{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
html, body{
height: 100%;
height: 98%;
}
#wrapper{
height: 90%;
......@@ -22,7 +22,7 @@ html, body{
clear: both;
}
#input-textarea{
width: 95%;
width: 90%;
height: 91.5%;
border: solid black 1px;
padding: 5px;
......
......@@ -44,7 +44,7 @@
<option value="h4">Heading 4</option>
</select>
</div>
<div id="input-textarea" autocomplete="off" contenteditable="true" aria-labelledby="input-header"></textarea>
<div id="input-textarea" autocomplete="off" contenteditable="true" aria-labelledby="input-header"></div>
</div>
<div id="output-div">
<h2 id="output-header">Ready-to-go output!</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment