File tree Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Expand file tree Collapse file tree 1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< 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 >
6
43
</ head >
7
44
< body >
8
45
< h1 > Ranking de Models d'IA</ h1 >
You can’t perform that action at this time.
0 commit comments