AngelBottomless commited on
Commit
0956f33
1 Parent(s): c132240

update design

Browse files

HTML is hardest programming language

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -127,7 +127,9 @@ pipeline_tag: text-to-image
127
  .custom-image-container:hover .custom-image {
128
  transform: scale(1.1);
129
  }
130
-
 
 
131
  .nsfw-filter {
132
  filter: blur(10px);
133
  transition: filter 0.3s ease;
@@ -189,7 +191,9 @@ pipeline_tag: text-to-image
189
  width: 70%;
190
  }
191
  }
192
-
 
 
193
  </style>
194
 
195
  <head>
@@ -203,7 +207,7 @@ pipeline_tag: text-to-image
203
  <div class="title-container">
204
  <h1 class="title">
205
  <i class="fa-thin fa-palette"></i>
206
- <span class="playwrite-de-grund-title">Illustrious XL</span>
207
  </h1>
208
  </div>
209
  <table class="custom-table">
 
127
  .custom-image-container:hover .custom-image {
128
  transform: scale(1.1);
129
  }
130
+ .playwrite-de-grund-title .company-name {
131
+ font-size: 0.8em;
132
+ }
133
  .nsfw-filter {
134
  filter: blur(10px);
135
  transition: filter 0.3s ease;
 
191
  width: 70%;
192
  }
193
  }
194
+ .playwrite-de-grund-title .trained-by {
195
+ font-size: 0.4em; /* Smaller font size for "trained by" part */
196
+ }
197
  </style>
198
 
199
  <head>
 
207
  <div class="title-container">
208
  <h1 class="title">
209
  <i class="fa-thin fa-palette"></i>
210
+ <span class="playwrite-de-grund-title">Illustrious XL v0.1 <span class="trained-by">trained by</span> <a rel="nofollow" href="https://onomaai.com/"><b><span class="company-name">Onoma AI</span></b></a></span>
211
  </h1>
212
  </div>
213
  <table class="custom-table">