Sestavil osnovo spletne strani.

This commit is contained in:
root
2018-09-29 20:09:13 +02:00
parent f980219f9c
commit 6d75b8526f
2 changed files with 10 additions and 2 deletions

View File

@@ -14,5 +14,11 @@
<nav class="navbar navbar-expand-md navbar-dark bg-dark"> <nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a href="index.html" class="navbar-brand">Projektni teden Planica 2018</a> <a href="index.html" class="navbar-brand">Projektni teden Planica 2018</a>
</nav> </nav>
<div class="jumbotron planica-jumbo">
<div class="text-right">
<h1 class="text-white">Planica 2018</h1>
<h5 class="text-white">Projektni teden <br>od 15. do 19. oktobra 2018</h5>
</div>
</div>
</body> </body>
</html> </html>

View File

@@ -5,6 +5,8 @@
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
font-size: 24px; font-size: 24px;
} }
.navbar { .planica-jumbo {
background-image: url("http://www.arhinfo.si/img/proj/AKKA-planica-06-v.jpg");
background-position: center center;
background-size: cover;
} }