<title>Zadatak 03</title>
    <style>
        body {
            margin: 10px;
        }

        #nav, h1 {
            text-align: center;
        }
        #nav a {
            margin: 0 15px;
            text-decoration: none;
            color: blue;
        }

        #footer {
            margin-top: 20px;
            font-size: 0.8em;
            text-align: center;
        }
    </style>
</head>

 <title>Zadatak 03 - Kontakt</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            text-align: center;
        }
        #zaglavlje {
            margin-bottom: 20px;
        }
        #nav {
            margin-top: 10px;
        }
        #nav a {
            margin: 0 15px;
            text-decoration: none;
            color: blue;
        }
        iframe {
            border: none;
            margin-top: 20px;
        }
        #footer {
            margin-top: 20px;
            font-size: 0.8em;
        }
    </style>



<title>Zadatak 03 - Gradovi</title>
    <style>
        body {
            background-image: url('slike/background.gif');
            color: #ffffff;
            font-family: Arial, sans-serif;
        }
        img {
            border: 10px solid #000;
            margin-right: 10px;
            width: 300px;
            height: 200px;
        }
        section {
            margin-bottom: 30px;
        }
    </style>
