Skip to content

Instantly share code, notes, and snippets.

View crupp52's full-sized avatar
🎯
Focusing

Levente Zuck crupp52

🎯
Focusing
View GitHub Profile
@crupp52
crupp52 / Blog post
Last active April 28, 2021 11:46
blog.zucklevente.hu
<div class="font-serif">
<div class="w-full py-10">
<div class="w-2/3 mx-auto flex jus gap-7 navbar">
<a href="#" class="active">Home</a>
<a href="#">Categories</a>
<a href="#">Contact</a>
<a href="#">About</a>
</div>
</div>
<div class="w-full h-screen bg-white dark:bg-gray-500">
<nav class="p-8 text-center">
<a href="#">
<h1 class="text-3xl uppercase font-bold">Test Page</h1>
</a>
<ul class="mt-6">
<li class="inline-block font-semibold">
<a class="p-3 rounded transition duration-300 hover:border-yellow-500 border-2 border-transparent" href="#">Home</a>
</li>
<li class="inline-block">