add images, restructure css
This commit is contained in:
parent
b3f06875bf
commit
6bebf404ad
10
css/styles.css
Normal file
10
css/styles.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
.navbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
|
||||
width: 100vh;
|
||||
}
|
||||
|
||||
.sbi-logo {
|
||||
max-width: 150px;
|
||||
}
|
BIN
img/sbi-logo.png
Normal file
BIN
img/sbi-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -4,15 +4,14 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
<link rel="stylesheet" href="./css/styles.css">
|
||||
<title>Serious Business International</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navbar example without JS: https://codepen.io/iPawan/pen/rNNGEzw -->
|
||||
<nav class="navbar">
|
||||
<a href="#" class="navbar-logo">
|
||||
<!-- Going to replace this with an img probably due to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i-->
|
||||
<i class="sbi-logo"></i>
|
||||
<img class="sbi-logo" src="./img/sbi-logo.png"></i>
|
||||
</a>
|
||||
</nav>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue