Skip to content
Snippets Groups Projects
Verified Commit 188894ff authored by Joshua Barlin's avatar Joshua Barlin
Browse files

Merge the things

parents ea7f6d36 1d5d04a3
No related branches found
No related tags found
No related merge requests found
html, body, #wrapper{
height: 100%;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
#input-div, #output-div{
height: 90%;
......@@ -17,10 +18,15 @@ html, body, #wrapper{
}
#input-textarea{
width: 90%;
height: 87%;
height: 90%;
border: solid black 1px;
padding: 5px;
border-radius: 5px;
}
#output-pre{
height: 90%;
width: 90%;
border: solid black 1px;
padding: 5px;
border-radius: 5px;
}
\ No newline at end of file
......@@ -37,7 +37,8 @@
<div id="input-controls">
<i class="fas fa-bold"></i> <i class="fas fa-italic"></i> <i class="fas fa-underline"></i> <i class="fas fa-font"></i>
<i class="fas fa-align-left"></i> <i class="fas fa-align-center"></i> <i class="fas fa-align-right"></i>
<i class="fas fa-paragraph"></i> <i class="fas fa-list-ul"></i> <i class="fas fa-list-ol"></i>
<i class="fas fa-paragraph"></i> <i class="fas fa-list-ul"></i> <i class="fas fa-list-ol"></i> <i class="fas fa-link"></i>
<i class="fas fa-palette"></i> <i class="fas fa-text-height"></i>
<select id="heading-size">
<option value="">Heading</option>
<option value="h1">Heading 1</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment