add basic branding
This commit is contained in:
parent
dd159195aa
commit
93ac59973a
5 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
/* ------------------ GLOBAL STYLE ------------------- */
|
||||
|
||||
#wrapper {
|
||||
background: #64b5f6 url('../img/background.png') center bottom repeat-x;
|
||||
background: #FFF url('../img/background.png');
|
||||
}
|
||||
|
||||
.no-pills {
|
||||
|
@ -35,7 +35,7 @@ header h1 {
|
|||
font-size:5.4em;
|
||||
font-style:oblique;
|
||||
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0);
|
||||
padding-bottom:0px;
|
||||
padding-bottom:.3em;
|
||||
margin:auto;
|
||||
text-align:center;
|
||||
}
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 15 KiB |
BIN
img/brand-icon.png
Normal file
BIN
img/brand-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 251 B |
BIN
img/logo.png
Normal file
BIN
img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
|
@ -25,7 +25,7 @@
|
|||
<div id="wrapper">
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
|
||||
<a class="navbar-brand" href="#">Blue Sky</a>
|
||||
<a class="navbar-brand" href="#"><img src="img/brand-icon.png" alt="Quarante-Douze"></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
<header class="container">
|
||||
<div class="row">
|
||||
<h1>Blue Sky</h1>
|
||||
<h1><img src="img/logo.png" alt="Quarante-Douze"></h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
Reference in a new issue