RICHKEED commited on
Commit
cdb846f
·
verified ·
1 Parent(s): 87e7ff0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +24 -1
index.html CHANGED
@@ -10,6 +10,29 @@
10
  padding: 0;
11
  height: 100vh;
12
  overflow: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  }
14
  iframe {
15
  width: 100%;
@@ -20,7 +43,7 @@
20
  </head>
21
  <body>
22
  <h3>
23
- <a href="https://www.nexusapi.tech/" target="_blank" style="text-decoration: none; color: black;">
24
  Visit Nexus AI
25
  </a>
26
  </h3>
 
10
  padding: 0;
11
  height: 100vh;
12
  overflow: hidden;
13
+ display: flex;
14
+ flex-direction: column;
15
+ align-items: center;
16
+ justify-content: center;
17
+ font-family: Arial, sans-serif;
18
+ background-color: #f4f4f4;
19
+ }
20
+ h3 {
21
+ margin: 20px 0;
22
+ font-size: 24px;
23
+ color: #333;
24
+ text-align: center;
25
+ }
26
+ a {
27
+ text-decoration: none;
28
+ color: white;
29
+ background-color: #007BFF;
30
+ padding: 10px 20px;
31
+ border-radius: 5px;
32
+ transition: background-color 0.3s;
33
+ }
34
+ a:hover {
35
+ background-color: #0056b3;
36
  }
37
  iframe {
38
  width: 100%;
 
43
  </head>
44
  <body>
45
  <h3>
46
+ <a href="https://www.nexusapi.tech/" target="_blank">
47
  Visit Nexus AI
48
  </a>
49
  </h3>