tabla.html 4.14 KB
Newer Older
Angel Zarate committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link href="tabla.css" rel="stylesheet" type="text/css" />
    <title>Document</title>
  </head>
  <body>
      <main>
    <h2>TEMPORADA 2022</h2>

    <table>
      <tr>
        <th>Club</th>
        <th>PJ</th>
        <th>G</th>
        <th>E</th>
        <th>P</th>
        <th>GF</th>
        <th>GC</th>
        <th>DG</th>
        <th>Pts</th>
        <th>Últimos 5</th>
      </tr>

      <tr>
        <td class="libertad">
          <img
            width="24px"
            height="24px"
            src="https://ssl.gstatic.com/onebox/media/sports/logos/-n4YxXgf_vhcYhp03Mq6Dw_48x48.png"
            alt="Libertad"
          />
          <span>Libertad</span>
          <td>13</td>
          <td>10</td>
          <td>2</td>
          <td>1</td>
          <td>30</td>
          <td>12</td>
          <td>18</td>
          <td>32</td>
          <td><img src="ganarsvg.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="empate.svg" alt="">
            <img src="perder.svg" alt="">
            <img src="ganarsvg.svg" alt="">
        </td>
          
        </td>
      </tr>

      <tr>
        <td>
          <img
            width="24px"
            height="24px"
            src="https://ssl.gstatic.com/onebox/media/sports/logos/q_2P3cWhPBE6a_0bB-xLAQ_48x48.png"
            alt="Cerro"
          />
          <span>Cerro</span>
          <td>13</td>
          <td>10</td>
          <td>1</td>
          <td>2</td>
          <td>25</td>
          <td>8</td>
          <td>17</td>
          <td>31</td>
          <td>
            <img src="ganarsvg.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="perder.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="empate.svg" alt="">
        </td>
        </td>
      </tr>
      <tr>
        <td>
          <img
            width="24px"
            height="24px"
            src="https://ssl.gstatic.com/onebox/media/sports/logos/4O3gcJ3OuxDAG9z4lkzk0Q_48x48.png"
            alt="Olimpia"
          />
          <span>Olimpia</span>
          <td>13</td>
          <td>7</td>
          <td>3</td>
          <td>3</td>
          <td>19</td>
          <td>13</td>
          <td>6</td>
          <td>24</td>
          <td><img src="ganarsvg.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="empate.svg" alt="">
            <img src="perder.svg" alt="">
        </td>
        </td>
      </tr>
      <tr>
        <td>
          <img
            width="24px"
            height="24px"
            src="https://upload.wikimedia.org/wikipedia/commons/9/9f/Escudo_de_Resistencia_SC_%28Paraguay%29.png"
            alt="Resistencia"
          />
          <span>Resistencia</span>
          <td>13</td>
          <td>6|</td>
          <td>5</td>
          <td>2</td>
          <td>25</td>
          <td>19</td>
          <td>6</td>
          <td>23</td>
          <td><img src="ganarsvg.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="perder.svg" alt="">
            <img src="empate.svg" alt="">
            <img src="ganarsvg.svg" alt="">
        </td>
        </td>
      </tr>
      <tr>
        <td>
          <img
            width="24px"
            height="24px"
            src="https://ssl.gstatic.com/onebox/media/sports/logos/8UtW9Yu4GdSqEA3E7146iQ_48x48.png"
            alt="Sol de América"
          />
          <span class="soltop">Sol de América</span>
          <td>13</td>
          <td>5</td>
          <td>3</td>
          <td>5</td>
          <td>14</td>
          <td>17</td>
          <td>-3</td>
          <td>18</td>
          <td><img src="ganarsvg.svg" alt="">
            <img src="perder.svg" alt="">
            <img src="empate.svg" alt="">
            <img src="ganarsvg.svg" alt="">
            <img src="empate.svg" alt="">
        
           
        
        
        </td>
        </td>
      </tr>
    </table>
    <main>
  </body>
</html>