<style>
body { font-family: sans-serif; padding: 20px; background-color: #f9f9f9; }
.container { max-width: 600px; background: white; padding: 20px; border: 1px solid #ddd; border-radius: 8px; }
input, textarea { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.toolbar { background: #f0f0f0; padding: 10px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; gap: 15px; font-weight: bold; color:
#555; }
textarea { border-top-left-radius: 0; border-top-right-radius: 0; height: 200px; }
.add-files { margin-top: 10px; color:
#555; cursor: pointer; }
</style>
Create new issue
Add a title *
<p>Add a description</p>
<div class="toolbar">
<span>Write</span> <span>Preview</span> | <span>H</span> <span>B</span> <span>I</span> ... <span><</span>
</div>
<textarea placeholder="Type your description here..."></textarea>
<div class="add-files">📎 Add Files</div>