kimsungwook commited on
Commit
69a49b0
·
verified ·
1 Parent(s): d8901b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -14
README.md CHANGED
@@ -61,19 +61,10 @@
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
 
@@ -125,7 +116,7 @@
125
  optimized for
126
  Korean language understanding and generation, while also maintaining strong English capabilities.
127
  </div>
128
- <p>Try DNA-powered Mnemos Assistant!
129
  <a href="https://request-demo.dnotitia.ai">Beta Open →</a></p>
130
  </div>
131
  </body>
 
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
 
 
116
  optimized for
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>