Skip to content

Commit f954332

Browse files
authored
Update index.html
1 parent 74702bc commit f954332

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

index.html

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,44 @@
22
<html>
33
<head>
44
<title>Ranking de Models IA</title>
5-
<link rel="stylesheet" href="styles.css">
5+
<style>
6+
body {
7+
font-family: Arial, sans-serif;
8+
line-height: 1.6;
9+
margin: 0;
10+
padding: 0;
11+
display: flex;
12+
flex-direction: column;
13+
align-items: center;
14+
}
15+
h1 {
16+
background: #007acc;
17+
color: white;
18+
padding: 1rem;
19+
width: 100%;
20+
text-align: center;
21+
}
22+
p {
23+
max-width: 800px;
24+
margin: 1rem auto;
25+
text-align: justify;
26+
}
27+
table {
28+
width: 80%;
29+
margin: 2rem auto;
30+
border-collapse: collapse;
31+
}
32+
table, th, td {
33+
border: 1px solid #ccc;
34+
}
35+
th, td {
36+
padding: 1rem;
37+
text-align: center;
38+
}
39+
th {
40+
background: #f4f4f4;
41+
}
42+
</style>
643
</head>
744
<body>
845
<h1>Ranking de Models d'IA</h1>

0 commit comments

Comments
 (0)