From e1952f3d95f802162e284808c1a458927c5bd28b Mon Sep 17 00:00:00 2001 From: Nahuel Date: Thu, 5 May 2022 09:48:31 -0400 Subject: [PATCH] Tarea Terminada --- style.css | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ torneo.html | 293 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 408 insertions(+) create mode 100644 style.css create mode 100644 torneo.html diff --git a/style.css b/style.css new file mode 100644 index 0000000..3fa60d0 --- /dev/null +++ b/style.css @@ -0,0 +1,115 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.main_container { + width: 100vw; + height: 100vh; + /* background-color: blue; */ + display: flex; + justify-content: center; + align-items: center; +} + + + +.main_table { + table-layout: fixed; + width: 90%; + height: 90%; + border-collapse: collapse; + /* border: 3px solid aqua; */ + } + + thead th:nth-child(1) { + width: 35%; + border-top: 2px solid black; + /* background-color: rebeccapurple; */ + } + + thead th:nth-child(2) { + width: 5%; + } + + thead th:nth-child(3) { + width: 5%; + } + + thead th:nth-child(4) { + width: 5%; + } + + thead th:nth-child(5) { + width: 5%; + } + + thead th:nth-child(6) { + width: 5%; + } + + thead th:nth-child(7) { + width: 5%; + } + + thead th:nth-child(8) { + width: 5%; + } + + thead th:nth-child(9) { + width: 5%; + } + + thead th:nth-child(10) { + width: 20%; + } + + th, td { + padding: 20px; + } + + .par { + background-color: #F8F9FA; + } + + .club_container { + display: flex; + } + + .order_club { + width: 5%; + display: flex; + justify-content: center; + align-items: center; + } + + .image_club { + width: 40%; + display: flex; + justify-content: center; + align-items: center; + } + + .nombre_club { + width: 5%; + display: flex; + justify-content: center; + align-items: center; + } + + .mr-2 { + margin-right: 20px; + } + + .ultimos_partidos { + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + } + + .ultimos_partidos img { + margin-right: 10px; + } \ No newline at end of file diff --git a/torneo.html b/torneo.html new file mode 100644 index 0000000..623046f --- /dev/null +++ b/torneo.html @@ -0,0 +1,293 @@ + + + + + + + + + Tarea 2 + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ClubPJGEPGFGCDGPtsUltimos 5
+
+

1

+
+
+ +
+
+

Libertad

+
+
+

13

+
+

10

+
+

2

+
+

1

+
+

30

+
+

12

+
+

18

+
+

32

+
+ + + + + +
+
+

2

+
+
+ +
+
+

Cerro

+
+
+

13

+
+

10

+
+

1

+
+

2

+
+

25

+
+

8

+
+

17

+
+

31

+
+ + + + + +
+
+

3

+
+
+ +
+
+

Olimpia

+
+
+

13

+
+

7

+
+

3

+
+

3

+
+

19

+
+

13

+
+

6

+
+

24

+
+ + + + + +
+
+

4

+
+
+ +
+
+

Resistencia

+
+
+

13

+
+

6

+
+

5

+
+

2

+
+

25

+
+

19

+
+

6

+
+

24

+
+ + + + + +
+
+

5

+
+
+ +
+
+

Sol de America

+
+
+

13

+
+

5

+
+

3

+
+

5

+
+

14

+
+

17

+
+

-3

+
+

18

+
+ + + + + +
+ +
+ + + + \ No newline at end of file -- libgit2 0.26.0