Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Pregled</title>
- <style>
- ul {
- width: 50%;
- height: 20%;
- font-size: 10px;
- font-family: "Times New Roman", Times, serif;
- list-style: none;
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- color: white;
- text-align: center;
- text-decoration:none;
- }
- ul li{
- padding: 0px 15px;
- float: left;
- font-size: 30px;
- display:block;
- }
- a {
- color: white;
- text-decoration:none;
- cursor:pointer;
- }
- p {
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- font-size: 20px;
- color: white;
- }
- body{
- background-image: url("images/navy.png");
- background-position: center;
- }
- select{
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- width: 15%;
- height: 50px;
- background-color: transparent;
- border-color: lightgreen;
- border-style: groove;
- color: white;
- font-size: 20px;
- border-width: 3px;
- text-align: center;
- border-radius: 10px;
- }
- table, tr, td{
- color: white;
- font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
- font-size: 20px;
- border: 2px groove lightgreen;
- width: 50%;
- padding: 10px 10px;
- border-radius: 10px;
- }
- </style>
- </head>
- <body>
- <center>
- <ul>
- <li><a href="dodaj.htm" >Dodaj</a></li>
- <li><a href="pregled.htm" style="color: lightgreen;">Pregled</a></li>
- <li><a href="index.htm">Odjava</a></li>
- </ul>
- <div id="Tabela">
- <p><b>Ucenik: </b>
- <select>
- <option>Luka</option>
- <option></option>
- <option></option>
- </select>
- </p>
- </br></br>
- <table>
- <tr>
- <th><b><i>Dolazak</i></b></th>
- <th><b><i>Odlazak</i></b></th>
- </tr>
- <tr>
- <td>1.</td>
- <td></td>
- </tr>
- <tr>
- <td>2.</td>
- <td></td>
- </tr>
- <tr>
- <td>3.</td>
- <td></td>
- </tr>
- <tr>
- <td>4.</td>
- <td></td>
- </tr>
- <tr>
- <td>5.</td>
- <td></td>
- </tr>
- <tr>
- <td>6.</td>
- <td></td>
- </tr>
- <tr>
- <td>7.</td>
- <td></td>
- </tr>
- <tr>
- <td>8.</td>
- <td></td>
- </tr>
- </table>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment