Srxon05

pregled.html

Sep 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.16 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.     <title>Pregled</title>
  5.    
  6.     <style>
  7.        
  8.         ul {
  9.             width: 50%;
  10.             height: 20%;
  11.             font-size: 10px;
  12.             font-family: "Times New Roman", Times, serif;
  13.             list-style: none;
  14.             font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  15.             color: white;
  16.             text-align: center;
  17.             text-decoration:none;
  18.            
  19.            
  20.            
  21.            
  22.         }
  23.                    
  24.         ul li{
  25.             padding: 0px 15px;
  26.             float: left;
  27.             font-size: 30px;
  28.             display:block;
  29.            
  30.            
  31.            
  32.  
  33.            
  34.         }
  35.  
  36.         a {
  37.             color: white;
  38.             text-decoration:none;
  39.             cursor:pointer;
  40.         }
  41.         p {
  42.         font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  43.         font-size: 20px;
  44.         color: white;
  45.  
  46.         }
  47.  
  48.     body{
  49.         background-image: url("images/navy.png");
  50.         background-position: center;
  51.  
  52.  
  53.  
  54.         }
  55.         select{
  56.         font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  57.         width: 15%;
  58.         height: 50px;
  59.         background-color: transparent;
  60.         border-color: lightgreen;
  61.         border-style: groove;
  62.         color: white;
  63.         font-size: 20px;
  64.         border-width: 3px;
  65.         text-align: center;
  66.         border-radius: 10px;
  67.         }
  68.  
  69.         table, tr, td{
  70.             color: white;
  71.             font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  72.             font-size: 20px;
  73.             border: 2px groove lightgreen;
  74.             width: 50%;
  75.             padding: 10px 10px;
  76.             border-radius: 10px;
  77.         }
  78.            
  79.    
  80.    
  81.     </style>    
  82.  
  83. </head>
  84. <body>
  85. <center>
  86.     <ul>
  87.         <li><a href="dodaj.htm" >Dodaj</a></li>
  88.         <li><a href="pregled.htm" style="color: lightgreen;">Pregled</a></li>
  89.         <li><a href="index.htm">Odjava</a></li>
  90.     </ul>
  91.    
  92.     <div id="Tabela">
  93.    
  94.     <p><b>Ucenik: </b>
  95.        
  96.         <select>
  97.             <option>Luka</option>
  98.             <option></option>
  99.             <option></option>
  100.  
  101.         </select>
  102.     </p>
  103. </br></br>
  104.     <table>
  105.         <tr>
  106.             <th><b><i>Dolazak</i></b></th>
  107.             <th><b><i>Odlazak</i></b></th>
  108.         </tr>
  109.  
  110.         <tr>
  111.             <td>1.</td>
  112.             <td></td>
  113.         </tr>
  114.  
  115.         <tr>
  116.             <td>2.</td>
  117.             <td></td>
  118.         </tr>
  119.  
  120.         <tr>
  121.             <td>3.</td>
  122.             <td></td>
  123.         </tr>
  124.  
  125.         <tr>
  126.             <td>4.</td>
  127.             <td></td>
  128.         </tr>
  129.  
  130.         <tr>
  131.             <td>5.</td>
  132.             <td></td>
  133.         </tr>
  134.        
  135.         <tr>
  136.             <td>6.</td>
  137.             <td></td>
  138.         </tr>
  139.        
  140.         <tr>
  141.             <td>7.</td>
  142.             <td></td>
  143.         </tr>
  144.        
  145.         <tr>
  146.             <td>8.</td>
  147.             <td></td>
  148.         </tr>
  149.  
  150.  
  151.  
  152.     </table>
  153.    
  154.    
  155.     </div>
  156.  
  157.  
  158.  
  159. </center>
  160. </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment