updated css
This commit is contained in:
parent
734d7f3a09
commit
3afc4fa6ea
4 changed files with 35 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<link rel="stylesheet" href="/static/styles.css" />
|
||||
<title>AI Assistant</title>
|
||||
</head>
|
||||
|
||||
|
@ -71,11 +71,13 @@
|
|||
<button class="code-model model-box">
|
||||
<div class="overlay">
|
||||
<h3>Code</h3>
|
||||
<img src="/static/img/wifi.svg" alt="Wi-Fi" />
|
||||
</div>
|
||||
</button>
|
||||
<button class="math-model model-box">
|
||||
<div class="overlay">
|
||||
<h3>Math</h3>
|
||||
<img src="/static/img/nowifi.svg" alt="No Wi-Fi" />
|
||||
</div>
|
||||
</button>
|
||||
<button class="language-model model-box">
|
||||
|
|
Reference in a new issue