Skip to content

Commit 09e2ad6

Browse files
committed
f
1 parent d5a9a8b commit 09e2ad6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ SinesBox is a C++ library for creating colorful, customizable text boxes in term
122122
- Rainbow border mode
123123
- UTF-8 compatible
124124

125-
## Installation
126-
127125
### Prerequisites
128126
- C++ compiler with C++11 support
129127
- Linux or macOS (uses `sys/ioctl.h` for terminal width detection)
@@ -215,11 +213,13 @@ infoBox.draw();
215213
## Contributing
216214
Contributions are welcome! Please submit pull requests or open issues on the project repository.
217215

218-
## 🚨 **Attention**
219-
220-
The background color is **not perfect yet**, so I highly recommend **waiting for the next update** for an improved design.
221-
222-
Stay tuned for updates!
216+
<div style="border: 2px solid #ff4d4d; background-color: #ffe6e6; padding: 20px; border-radius: 10px; font-family: Arial, sans-serif; color: #333;">
217+
<h2 style="color: #ff0000; text-align: center; font-weight: bold;">🚨 Attention</h2>
218+
<p style="font-size: 16px; line-height: 1.6;">
219+
The background color is <strong>not perfect yet</strong>, so I highly recommend <strong>waiting for the next update</strong> for an improved design.
220+
</p>
221+
<p style="text-align: center; font-weight: bold;">Stay tuned for updates!</p>
222+
</div>
223223

224224
---
225225

0 commit comments

Comments
 (0)