Steve Li
commited on
Commit
•
33be0e8
1
Parent(s):
5d754a1
tewt
Browse files- index.html +2 -7
- style.css +5 -19
index.html
CHANGED
@@ -7,13 +7,8 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
<div class="
|
11 |
-
<
|
12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
13 |
-
<p>
|
14 |
-
Also don't forget to check the
|
15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
-
</p>
|
17 |
</div>
|
18 |
</body>
|
19 |
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div class="contaier">
|
11 |
+
<p>Testing</p>
|
|
|
|
|
|
|
|
|
|
|
12 |
</div>
|
13 |
</body>
|
14 |
</html>
|
style.css
CHANGED
@@ -3,26 +3,12 @@ body {
|
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
}
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
}
|
10 |
|
11 |
-
|
12 |
-
color: rgb(107, 114, 128);
|
13 |
-
font-size: 15px;
|
14 |
-
margin-bottom: 10px;
|
15 |
-
margin-top: 5px;
|
16 |
}
|
17 |
|
18 |
-
.card {
|
19 |
-
max-width: 620px;
|
20 |
-
margin: 0 auto;
|
21 |
-
padding: 16px;
|
22 |
-
border: 1px solid lightgray;
|
23 |
-
border-radius: 16px;
|
24 |
-
}
|
25 |
|
26 |
-
|
27 |
-
margin-bottom: 0;
|
28 |
-
}
|
|
|
3 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
4 |
}
|
5 |
|
6 |
+
.container {
|
7 |
+
width: 100%;
|
8 |
+
height: 100%;
|
|
|
9 |
|
10 |
+
background-color: red;
|
|
|
|
|
|
|
|
|
11 |
}
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
+
|
|
|
|