Skip to content

Instantly share code, notes, and snippets.

@devonwesley
Last active November 21, 2017 08:02
Show Gist options
  • Save devonwesley/6f51512a31a0c17522f19b6565213ad4 to your computer and use it in GitHub Desktop.
Save devonwesley/6f51512a31a0c17522f19b6565213ad4 to your computer and use it in GitHub Desktop.
Code snipper for blog
<div class="mui-row">
<div class="mui-col-md-6">
<div class="mui-panel">
<p style="font-size:25px; font-weight:bold">
Compile Contract
</p>
<textarea id="source" onclick="this.select()" style="height: 360px; width: 530px; display: block; margin-left: 20px;"></textarea>
<button id="contract-compile" class="mui-btn mui-btn--primary">
Compile
</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment