update header

This commit is contained in:
Osman Faruk Bayram 2024-10-27 18:45:54 +03:00
parent 4760de5db4
commit 4f6db33264

View file

@ -1,9 +1,8 @@
<header> <header>
<nav> <nav>
<a href="/" class="header-osbm">OSBM</a> <a href="/" class="header-osbm">osbm</a>
<a href="/blog" class="header-blog">Blog</a> <a href="/blog" class="header-blog">blog</a>
</nav> </nav>
</header> </header>
<style> <style>
@ -11,15 +10,21 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 1rem; padding: 1rem;
align-items: center;
} }
.header-osbm { .header-osbm {
font-size: 1.5rem; font-size: 3.5rem;
font-weight: bold; font-weight: bold;
border: 1px solid black;
padding: 0rem 1rem;
border-radius: 1rem;
border-color: #fff;
} }
.header-blog { .header-blog {
font-size: 1.5rem; font-size: 2.5rem;
font-weight: bold; font-weight: bold;
} }
@ -27,4 +32,4 @@
text-decoration: none; text-decoration: none;
} }
</style> </style>