We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcc2b6 commit c104f22Copy full SHA for c104f22
2 files changed
assets/css-samle.css assets/css-sample.cssassets/css-samle.css renamed to assets/css-sample.css
assets/raffle.html
@@ -362,7 +362,7 @@ <h3>Logo Customization</h3>
362
<div class="customization-section">
363
<h3>CSS Customization</h3>
364
<div class="form-group">
365
- <label for="cssInput">Custom CSS (will be added to existing styles, here's <a href="./css-samle.css" target="_blank">an example</a>):</label>
+ <label for="cssInput">Custom CSS (will be added to existing styles, here's <a href="./css-sample.css" target="_blank">an example</a>):</label>
366
<textarea id="cssInput" placeholder="Enter your custom CSS here...
367
Example:
368
body { background: linear-gradient(45deg, #1a1a2e, #16213e); }
0 commit comments