Skip to content

Instantly share code, notes, and snippets.

@MaienM
Created May 31, 2014 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaienM/522aea6c5ce3552abb36 to your computer and use it in GitHub Desktop.
Save MaienM/522aea6c5ce3552abb36 to your computer and use it in GitHub Desktop.
Notehub side-by-side
html, body, form, #preview, .central-element {
height: 100%;
}
#preview,
.central-element {
width: 45%;
float: left;
margin: 0 !important;
margin-left: 2.5% !important;
overflow-y: auto;
overflow-x: hidden;
}
#preview {
border-right: 1px dashed black;
padding-right: 2.5%;
}
#preview *:last-child {
margin-bottom: 3em;
}
textarea {
margin-top: 6em;
width: 99%;
height: 80%;
resize: vertical;
}
#dashed-line {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment