initial commit

This commit is contained in:
root
2018-09-29 19:55:14 +02:00
commit f980219f9c
2 changed files with 28 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="main.css">
<title>Hello, world!</title>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a href="index.html" class="navbar-brand">Projektni teden Planica 2018</a>
</nav>
</body>
</html>

10
main.css Normal file
View File

@@ -0,0 +1,10 @@
.img-banner {
width: 100%;
}
.navbar-brand {
font-family: 'Courier New', Courier, monospace;
font-size: 24px;
}
.navbar {
}