Update README.md
Browse files
README.md
CHANGED
|
@@ -13,14 +13,15 @@ library_name: transformers
|
|
| 13 |
<style>
|
| 14 |
/* Enriched Styling for EmotionVerse */
|
| 15 |
body {
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
| 24 |
}
|
| 25 |
h1, h2, h3 {
|
| 26 |
text-transform: uppercase;
|
|
|
|
| 13 |
<style>
|
| 14 |
/* Enriched Styling for EmotionVerse */
|
| 15 |
body {
|
| 16 |
+
font-family: 'Roboto Mono', monospace; /* Techy/cosmic feel */
|
| 17 |
+
background: linear-gradient(180deg, #0d1a2b, #1a2b3d, #0d1a2b); /* Deep space gradient */
|
| 18 |
+
color: #a3b1c6; /* Muted futuristic text */
|
| 19 |
+
line-height: 1.7;
|
| 20 |
+
margin: 0;
|
| 21 |
+
padding: 40px 20px;
|
| 22 |
+
background-attachment: fixed;
|
| 23 |
+
background-size: cover;
|
| 24 |
+
min-height: 100vh;
|
| 25 |
}
|
| 26 |
h1, h2, h3 {
|
| 27 |
text-transform: uppercase;
|