Skip to content

Instantly share code, notes, and snippets.

@Avalojandro
Created August 16, 2020 18:25
Show Gist options
  • Save Avalojandro/7dd1f55c7ad5a424723fcd0fb433fb97 to your computer and use it in GitHub Desktop.
Save Avalojandro/7dd1f55c7ad5a424723fcd0fb433fb97 to your computer and use it in GitHub Desktop.
Box Input CattoCSS Framework
<!-- box-input -->
<div style="display: inline;">
<span class="form-boxL">@</span>
<input type="text" style="width: 200px;" class="inputFBL">
</div>
<div style="display: inline;">
<input type="text" style="width: 150px;" class="inputFBR">
<span class="form-boxR">@example.com</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment