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

Split in half horiz

parent 9a8952fa
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,16 @@ body{
height: 100%;
}
#input-div, #output-div{
height: 50%;
width: 100%;
height: 100%;
width: 50%;
display: block;
}
#input-div{
float: left;
}
#output-div{
float: right;
}
#clearer{
clear: both;
}
\ No newline at end of file
......@@ -2,11 +2,12 @@
<head>
<script src="js/jquery-3.3.1.js"></script>
<link href="css/core.css" />
<link href="css/core.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>eRecreuitment Advertisment Deigner</h1>
<div id="wrapper">
<div id="input-div">
<textarea id="input-textarea">
......@@ -17,6 +18,11 @@
</pre>
</div>
<div id="clearer">
</div>
</div>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment