mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Add icon on landing page
This commit is contained in:
parent
38ae31b48e
commit
f2f154bc3e
@ -10,7 +10,10 @@
|
|||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="logo">PWS</div>
|
<div class="logo">
|
||||||
|
<img src="static/favicon.ico" alt="Logo">
|
||||||
|
PWS
|
||||||
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="about.html" class="nav-button">About</a>
|
<a href="about.html" class="nav-button">About</a>
|
||||||
<a href="services.html" class="nav-button">Services</a>
|
<a href="services.html" class="nav-button">Services</a>
|
||||||
|
@ -34,6 +34,8 @@ header .logo {
|
|||||||
font-family: 'Montserrat', sans-serif;
|
font-family: 'Montserrat', sans-serif;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav ul {
|
header nav ul {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user