kimsungwook commited on
Commit
6798927
·
verified ·
1 Parent(s): 9c15da3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -61,10 +61,19 @@
61
  }
62
 
63
  .link {
64
- font-size: 1.2em;
65
- color: #555;
66
- margin-bottom: 20px;
67
- word-wrap: break-word; }
 
 
 
 
 
 
 
 
 
68
  </style>
69
  </head>
70
 
@@ -117,7 +126,7 @@
117
  Korean language understanding and generation, while also maintaining strong English capabilities.
118
  </div>
119
  <p class="link">Try DNA-powered Mnemos Assistant!
120
- <a href="https://request-demo.dnotitia.ai">Beta Open → </a></p>
121
  </div>
122
  </body>
123
 
 
61
  }
62
 
63
  .link {
64
+ background-color: #007bff;
65
+ color: white;
66
+ padding: 10px 20px;
67
+ text-decoration: none;
68
+ border-radius: 5px;
69
+ font-weight: bold;
70
+ display: inline-block;
71
+ transition: background-color 0.3s;
72
+ }
73
+
74
+ .link:hover {
75
+ background-color: #0056b3;
76
+ }
77
  </style>
78
  </head>
79
 
 
126
  Korean language understanding and generation, while also maintaining strong English capabilities.
127
  </div>
128
  <p class="link">Try DNA-powered Mnemos Assistant!
129
+ <a href="https://request-demo.dnotitia.ai">Beta Open →</a></p>
130
  </div>
131
  </body>
132