eienmojiki
commited on
Commit
•
9699528
1
Parent(s):
22d6104
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,36 @@ language:
|
|
14 |
library_name: diffusers
|
15 |
---
|
16 |
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Intro
|
20 |
- Original author: **Yuno779**
|
|
|
14 |
library_name: diffusers
|
15 |
---
|
16 |
|
17 |
+
<style>
|
18 |
+
.title-container {
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
height: 100vh; /* Adjust this value to position the title vertically */
|
23 |
+
}
|
24 |
+
|
25 |
+
.title {
|
26 |
+
font-size: 2.5em;
|
27 |
+
text-align: center;
|
28 |
+
color: #333;
|
29 |
+
font-family: 'Helvetica Neue', sans-serif;
|
30 |
+
text-transform: uppercase;
|
31 |
+
letter-spacing: 0.1em;
|
32 |
+
padding: 0.5em 0;
|
33 |
+
background: transparent;
|
34 |
+
}
|
35 |
+
|
36 |
+
.title span {
|
37 |
+
background: -webkit-linear-gradient(45deg, #7DF9FF, #0096FF);
|
38 |
+
-webkit-background-clip: text;
|
39 |
+
-webkit-text-fill-color: transparent;
|
40 |
+
}
|
41 |
+
|
42 |
+
</style>
|
43 |
+
|
44 |
+
<h1 class="title">
|
45 |
+
<span>Anything-XL</span>
|
46 |
+
</h1>
|
47 |
|
48 |
## Intro
|
49 |
- Original author: **Yuno779**
|