Skip to content

Commit

Permalink
sip
Browse files Browse the repository at this point in the history
  • Loading branch information
hangga committed Dec 10, 2024
1 parent 5b64de5 commit b027ad0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,27 @@
background-color: #003d73;
transform: translateY(0);
}

.topmenucontainer {
width: 100%;
display: flex;
justify-content: center; /* Menyusun item secara horizontal di tengah */
align-items: center; /* Menyusun item secara vertikal di tengah (jika tinggi div lebih dari tinggi item) */
gap: 10px; /* Jarak antar item */
}
</style>
{% include head-custom.html %}
</head>
<body>
<div class="topmenucontainer">
<img src="assets/img/delvelin-white.webp"
alt="Delvelin Scan Demo" width="160">
<a href="https://delvelin.github.io/blog" >Blog</a>
<a href="https://delvelin.github.io/blog/about.html" >About</a><br/>
</div>
<a id="skip-to-content" href="#content">Skip to the content.</a>
<!-- skip dulu -->
<img style="margin-left: 10%;" src="assets/img/delvelin-white.webp"
alt="Delvelin Scan Demo" width="160">
<a href="https://delvelin.github.io/blog" >Blog</a>
<a href="https://delvelin.github.io/blog/about.html" >About</a><br/>

<header class="page-header" role="banner">


Expand Down

0 comments on commit b027ad0

Please sign in to comment.