Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Dodavanje</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;
- }
- /*.centar{
- width: 100%;
- height: 20%;
- }
- */
- .unos {
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- width: 15%;
- height: 50px;
- border-radius: 10px;
- border-bottom-color: lightgreen;
- border-top-color: transparent;
- border-left-color: transparent;
- border-right-color: transparent;
- border-bottom-style: groove;
- border-top-style: none;
- border-right-style: none;
- border-left-style: none;
- border-width: 5px;
- text-align: center;
- background-color: transparent;
- color: white;
- font-size: 20px;
- }
- button {
- width: 95px;
- height: 45px;
- border-radius: 10px;
- font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
- background-color: transparent;
- border-style: groove;
- border-color: lightgreen;
- color: white;
- border-width: 3px;
- }
- button:hover{
- background-color: lightgreen;
- color: black;
- border-style: none;
- border-color:transparent;
- }
- 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;
- }
- #menu{
- width: 100%;
- height: 20%;
- }
- a {
- color: white;
- text-decoration:none;
- cursor:pointer;
- }
- </style>
- </head>
- <body>
- <center>
- <ul>
- <li><a href="dodaj.htm" style="color: lightgreen;">Dodaj</a></li>
- <li><a href="pregled.htm">Pregled</a></li>
- <li><a href="index.htm">Odjava</a></li>
- </ul>
- <div id="Forma">
- <form action="\panel" method="POST">
- <p><b>Ime: </b><input class="unos" name="ime" placeholder="Unesite ime"></input></p>
- <p><b>Prezime: </b><input class="unos" name="prezime" placeholder="Unesite prezime"></input></p>
- <p><b>Odeljenje:</b>
- <select>
- <option>IT41</option>
- <option></option>
- <option></option>
- </select>
- </p>
- <p><b>Sifra: </b><input class="unos" name="sifra" placeholder="Unesite sifru" type="password"></input></p>
- <button type="submit" name="submit"><b>OK</b></button>
- </form>
- </div>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment