Raelina commited on
Commit
ac04dbb
1 Parent(s): d77ba57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -17
README.md CHANGED
@@ -20,22 +20,6 @@ base_model: cagliostrolab/animagine-xl-3.1
20
  height: 100vh; /* Adjust this value to position the title vertically */
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
  .title {
40
  font-size: 2.5em;
41
  text-align: center;
@@ -48,7 +32,7 @@ base_model: cagliostrolab/animagine-xl-3.1
48
  }
49
 
50
  .title span {
51
- background: -webkit-linear-gradient(45deg, #2196f3, #f44336);
52
  -webkit-background-clip: text;
53
  -webkit-text-fill-color: transparent;
54
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 
20
  height: 100vh; /* Adjust this value to position the title vertically */
21
  }
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  .title {
24
  font-size: 2.5em;
25
  text-align: center;
 
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);