Spaces:
Running
Running
make color red
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -75,7 +75,7 @@
|
|
| 75 |
<input type="text" id="note-title" placeholder="Note Title" class="w-full px-4 py-3 rounded-xl border border-gray-200 focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all duration-200">
|
| 76 |
<textarea id="note-content" placeholder="Start writing your note here..." rows="6" class="w-full px-4 py-3 rounded-xl border border-gray-200 focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all duration-200 resize-none"></textarea>
|
| 77 |
<div class="flex justify-between items-center">
|
| 78 |
-
<button type="submit" class="px-6 py-3 bg-
|
| 79 |
<i data-feather="save" class="w-4 h-4 mr-2"></i>
|
| 80 |
Save Note
|
| 81 |
</button>
|
|
@@ -84,7 +84,7 @@
|
|
| 84 |
<span id="char-count">0 characters</span>
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
-
|
| 88 |
</div>
|
| 89 |
|
| 90 |
<!-- Notes Grid -->
|
|
|
|
| 75 |
<input type="text" id="note-title" placeholder="Note Title" class="w-full px-4 py-3 rounded-xl border border-gray-200 focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all duration-200">
|
| 76 |
<textarea id="note-content" placeholder="Start writing your note here..." rows="6" class="w-full px-4 py-3 rounded-xl border border-gray-200 focus:ring-2 focus:ring-purple-500 focus:border-transparent transition-all duration-200 resize-none"></textarea>
|
| 77 |
<div class="flex justify-between items-center">
|
| 78 |
+
<button type="submit" class="px-6 py-3 bg-red-600 text-white rounded-xl font-medium hover:bg-red-700 transition-colors duration-200 flex items-center">
|
| 79 |
<i data-feather="save" class="w-4 h-4 mr-2"></i>
|
| 80 |
Save Note
|
| 81 |
</button>
|
|
|
|
| 84 |
<span id="char-count">0 characters</span>
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
+
</form>
|
| 88 |
</div>
|
| 89 |
|
| 90 |
<!-- Notes Grid -->
|