Created
September 2, 2015 10:46
-
-
Save rokj/0816a36d04c590b415db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> | |
<!-- Optional theme --> | |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> | |
<link rel="Slika" href="slika.css"> | |
</head> | |
<body> | |
<footer> | |
<div id="footer"> | |
<div class="container"> | |
<div class= "row"> | |
<div class= "col-md-4"> | |
<h3>Kontakt</h3> | |
<p>Frizer Mirko s.p.</p> | |
<p>Davčna št.: 3243242334</p> | |
<p>Frizerska ul 5, 1000 Ljubljana</p> | |
<p>Tel.: 01/345435346</p> | |
<p>Email: [email protected]</p> | |
</div> | |
<div class= "col-md-4"> | |
<img src="https://100mim.files.wordpress.com/2011/05/envelope.jpg" class="Slika" alt="Slika" title="Slika" /> | |
</div> | |
<div class= "col-md-4"> | |
<h3>Navigacija</h3> | |
<br> | |
<a href="#kajnudimo">Kaj nudimo </a> | |
<a href="#narocise">Naroči se </a> | |
<a href="#pogostavprasanja"> Pogosta vprašanja </a> | |
<a href="#onas"> O nas </a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment