Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. <table id="tablicaGlasanje" align="center">
  2.                     <tr style="font-size:20px;color: #13afeb;text-align:center;">
  3.                         <th style="text-align:center;">Aktualna glasovanja</th>
  4.                         <th style="text-align:center;">Prethodna glasovanja</th>
  5.                     </tr>
  6.                     <tr>
  7.                         <td>
  8.                             <table>
  9.                                 <tr>
  10.                                     <td>
  11.                                         <a style="width:90%;margin-bottom: 10px;"  id="x1" href="#" class="btn btn-primary">glasovanje 1</a>
  12.                                         <a style="width:90%;margin-bottom: 10px;" id="x1" href="#" class="btn btn-primary">glasovanje 2</a>
  13.                                         <a style="width:90%;margin-bottom: 10px;" id="x1" href="#" class="btn btn-primary">glasovanje 3</a>
  14.                                     </td>
  15.                                 </tr>
  16.                             </table>
  17.                         </td>
  18.                         <td>
  19.                             <table>
  20.                                 <tr>
  21.                                     <td>
  22.                                         <a style="width:90%;margin-bottom: 10px;" id="x1" href="#" class="btn btn-primary">glasovanje 1</a>
  23.                                         <a style="width:90%;margin-bottom: 10px;" id="x1" href="#" class="btn btn-primary">glasovanje 2</a>
  24.                                         <a style="width:90%;margin-bottom: 10px;" id="x1" href="#" class="btn btn-primary">glasovanje 3</a>
  25.                                     </td>
  26.                                 </tr>
  27.                             </table>
  28.                         </td>
  29.                     </tr>
  30.                 </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement