wop commited on
Commit
303a920
·
verified ·
1 Parent(s): 6f3e21d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -7,11 +7,37 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- <h1 style="display:inline-block; border-bottom:6px solid #e0e0e0; padding-bottom:4px;">
11
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png" width="32" height="32" style="vertical-align:middle;" />
12
- <strong>Human Intelligence</strong>
 
13
  </h1>
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  A community-powered Q&A engine where questions are matched semantically.
16
  Ask something, and if a similar question exists, you get the best voted answer instantly.
17
  If not, anyone can write the first answer.
 
7
  pinned: false
8
  ---
9
 
10
+ <h1 style="display:inline-block;">
11
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6471b447a2b0a376b8b5e879/UBtI1vIvzl5YSMKL8-Mhx.png" width="32" height="32" style="vertical-align:middle;" />
12
+
13
+ <strong class="hi-text">Human Intelligence</strong>
14
  </h1>
15
 
16
+ <style>
17
+ .hi-text {
18
+ position: relative;
19
+ display: inline-block;
20
+ padding: 2px 4px;
21
+ }
22
+
23
+ .hi-text::after {
24
+ content: "";
25
+ position: absolute;
26
+ left: 0;
27
+ bottom: 0;
28
+ width: 100%;
29
+ height: 6px;
30
+ background: #e0e0e0;
31
+ border-radius: 4px;
32
+ transition: height 0.25s ease;
33
+ z-index: -1;
34
+ }
35
+
36
+ .hi-text:hover::after {
37
+ height: 100%;
38
+ }
39
+ </style>
40
+
41
  A community-powered Q&A engine where questions are matched semantically.
42
  Ask something, and if a similar question exists, you get the best voted answer instantly.
43
  If not, anyone can write the first answer.