Politrees commited on
Commit
f162483
1 Parent(s): cdcddfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -7
README.md CHANGED
@@ -5,25 +5,33 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <style>
7
  body {
8
- font-family: Arial, sans-serif;
9
  padding: 2rem;
10
  color: #333;
 
11
  }
12
  .container {
13
  max-width: 800px;
14
  margin: 0 auto;
15
  padding: 2rem;
16
- border-radius: 5px;
17
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 
18
  text-align: center;
19
  }
20
  h1 {
21
  margin-bottom: 1.5rem;
22
- font-size: 2.5rem;
 
 
 
23
  }
24
  h2 {
25
  margin-bottom: 1rem;
26
- font-size: 2rem;
 
 
 
27
  }
28
  ul {
29
  list-style: none;
@@ -31,20 +39,27 @@
31
  margin: 0;
32
  }
33
  ul li {
34
- margin-bottom: 0.5rem;
 
 
35
  }
36
  p {
37
  margin-bottom: 1.5rem;
38
  font-size: 1.1rem;
 
39
  }
40
  a {
41
  color: #007bff;
42
  text-decoration: none;
 
 
43
  }
44
  a:hover {
45
- text-decoration: underline;
 
46
  }
47
  </style>
 
48
  <title>Model Card for RVC-HuBERT</title>
49
  </head>
50
  <body>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <style>
7
  body {
8
+ font-family: 'Roboto', sans-serif;
9
  padding: 2rem;
10
  color: #333;
11
+ background-color: #f8f9fa;
12
  }
13
  .container {
14
  max-width: 800px;
15
  margin: 0 auto;
16
  padding: 2rem;
17
+ border-radius: 10px;
18
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
19
+ background-color: #fff;
20
  text-align: center;
21
  }
22
  h1 {
23
  margin-bottom: 1.5rem;
24
+ font-size: 3rem;
25
+ font-weight: 700;
26
+ line-height: 1.2;
27
+ color: #212529;
28
  }
29
  h2 {
30
  margin-bottom: 1rem;
31
+ font-size: 2.25rem;
32
+ font-weight: 600;
33
+ line-height: 1.2;
34
+ color: #212529;
35
  }
36
  ul {
37
  list-style: none;
 
39
  margin: 0;
40
  }
41
  ul li {
42
+ margin-bottom: 0.75rem;
43
+ font-size: 1.1rem;
44
+ line-height: 1.5;
45
  }
46
  p {
47
  margin-bottom: 1.5rem;
48
  font-size: 1.1rem;
49
+ line-height: 1.5;
50
  }
51
  a {
52
  color: #007bff;
53
  text-decoration: none;
54
+ font-weight: 500;
55
+ transition: color 0.2s ease-in-out;
56
  }
57
  a:hover {
58
+ color: #0056b3;
59
+ text-decoration: none;
60
  }
61
  </style>
62
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap" rel="stylesheet">
63
  <title>Model Card for RVC-HuBERT</title>
64
  </head>
65
  <body>