wizardII commited on
Commit
aa673f8
·
verified ·
1 Parent(s): bebf0c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -8,10 +8,12 @@ pinned: false
8
  ---
9
  <div align="center">
10
 
11
- # <br>
 
 
12
  <span style="font-size: 3.3em; font-weight: bold; background: linear-gradient(45deg, #007CF0, #00DFD8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 4px 8px rgba(0,0,0,0.1);">
13
  Pioneering RL Frontier for LLM
14
  </span>
15
- <br><br>
16
 
17
  </div>
 
8
  ---
9
  <div align="center">
10
 
11
+ <style> .elegant-text { font-family: 'Georgia', 'Times New Roman', serif; font-size: 3.5em; font-weight: 700; color: #2c3e50; letter-spacing: 1px; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.05); position: relative; display: inline-block; padding-bottom: 10px; } .elegant-text::after { content: ""; position: absolute; bottom: 0; left: 25%; width: 50%; height: 2px; background: linear-gradient(90deg, transparent, #3498db, transparent); } .subtitle { font-family: 'Georgia', serif; font-size: 1.3em; color: #7f8c8d; margin-top: 15px; font-style: italic; letter-spacing: 1px; } </style><span class="elegant-text"> Pioneering RL Frontier for LLM </span>
12
+
13
+ <!-- # <br>
14
  <span style="font-size: 3.3em; font-weight: bold; background: linear-gradient(45deg, #007CF0, #00DFD8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 4px 8px rgba(0,0,0,0.1);">
15
  Pioneering RL Frontier for LLM
16
  </span>
17
+ <br><br> -->
18
 
19
  </div>