Raelina commited on
Commit
6f6b423
1 Parent(s): ac04dbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -17
README.md CHANGED
@@ -21,23 +21,21 @@ base_model: cagliostrolab/animagine-xl-3.1
21
  }
22
 
23
  .title {
24
- font-size: 2.5em;
25
- text-align: center;
26
- color: #333;
27
- font-family: 'Helvetica Neue', sans-serif;
28
- text-transform: uppercase;
29
- letter-spacing: 0.1em;
30
- padding: 0.5em 0;
31
- background: transparent;
32
- }
33
-
34
- .title span {
35
- background: -webkit-linear-gradient(45deg, #ff7a52, #a5cff0);
36
- -webkit-background-clip: text;
37
- -webkit-text-fill-color: transparent;
38
- text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
39
- font-family: 'Andale Mono', monospace;
40
- }
41
 
42
  .custom-table {
43
  table-layout: fixed;
 
21
  }
22
 
23
  .title {
24
+ font-size: 2.5em;
25
+ text-align: center;
26
+ color: #333;
27
+ font-family: 'Helvetica Neue', sans-serif;
28
+ text-transform: uppercase;
29
+ letter-spacing: 0.1em;
30
+ padding: 0.5em 0;
31
+ background: transparent;
32
+ }
33
+
34
+ .title span {
35
+ background: -webkit-linear-gradient(45deg, #ff7a52, #a5cff0);
36
+ -webkit-background-clip: text;
37
+ -webkit-text-fill-color: transparent;
38
+ }
 
 
39
 
40
  .custom-table {
41
  table-layout: fixed;