Wauplin HF Staff commited on
Commit
b6e4209
·
verified ·
1 Parent(s): 31b2844

Add index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -5
index.html CHANGED
@@ -6,13 +6,14 @@
6
  <title>Hugging Face JS Packages</title>
7
  <style>
8
  body {
9
- font-family: Arial, sans-serif;
10
- margin: 20px;
 
11
  background-color: #f0f4f8;
12
  color: #333;
13
  }
14
  h1 {
15
- color: #007bff;
16
  text-align: center;
17
  margin-bottom: 20px;
18
  }
@@ -27,7 +28,7 @@
27
  background: #ffffff;
28
  margin: 10px;
29
  padding: 15px;
30
- border: 1px solid #ddd;
31
  border-radius: 10px;
32
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
33
  width: 200px;
@@ -38,7 +39,7 @@
38
  transform: scale(1.05);
39
  }
40
  a {
41
- color: #007bff;
42
  text-decoration: none;
43
  font-weight: bold;
44
  }
 
6
  <title>Hugging Face JS Packages</title>
7
  <style>
8
  body {
9
+ font-family: "Arial", sans-serif;
10
+ margin: 0;
11
+ padding: 20px;
12
  background-color: #f0f4f8;
13
  color: #333;
14
  }
15
  h1 {
16
+ color: #0056b3;
17
  text-align: center;
18
  margin-bottom: 20px;
19
  }
 
28
  background: #ffffff;
29
  margin: 10px;
30
  padding: 15px;
31
+ border: 1px solid #d3d3d3;
32
  border-radius: 10px;
33
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
34
  width: 200px;
 
39
  transform: scale(1.05);
40
  }
41
  a {
42
+ color: #0056b3;
43
  text-decoration: none;
44
  font-weight: bold;
45
  }