Skip to content

Instantly share code, notes, and snippets.

@devonwesley
Last active November 14, 2017 19:27
Show Gist options
  • Save devonwesley/982df5f88197a50be7498a945a70e69e to your computer and use it in GitHub Desktop.
Save devonwesley/982df5f88197a50be7498a945a70e69e to your computer and use it in GitHub Desktop.
Code snippet for Web3JS blog
<div class="mui-container-fluid">
<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: 600px; display:block; margin-left:20px"></textarea>
<button class="mui-btn mui-btn--primary">
Compile
</button>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment