Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gcjordi authored Dec 4, 2024
1 parent 74702bc commit f954332
Showing 1 changed file with 38 additions and 1 deletion.
39 changes: 38 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,44 @@
<html>
<head>
<title>Ranking de Models IA</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}
h1 {
background: #007acc;
color: white;
padding: 1rem;
width: 100%;
text-align: center;
}
p {
max-width: 800px;
margin: 1rem auto;
text-align: justify;
}
table {
width: 80%;
margin: 2rem auto;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #ccc;
}
th, td {
padding: 1rem;
text-align: center;
}
th {
background: #f4f4f4;
}
</style>
</head>
<body>
<h1>Ranking de Models d'IA</h1>
Expand Down

0 comments on commit f954332

Please sign in to comment.