We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7813fc7 commit 801506dCopy full SHA for 801506d
1 file changed
bio.html
@@ -54,10 +54,11 @@
54
55
<div class="text-center max-w-4xl mx-auto px-4 w-full mt-10">
56
<h1 class="main-title">David KRK</h1>
57
- <h2 class="main-title"
58
- style="display:inline-block;padding:0.25em 0.9em;border:2px solid #00ff66;border-radius:999px;margin-top:0.5rem;">
59
- Bio
60
- </h2>
+
+ <div style="max-width:1000px;margin:2rem auto 0 auto;border:3px solid #00ff66;border-radius:20px;
+ padding:1.5rem 1rem;background:rgba(0,0,0,0.7);">
+ <h2 class="main-title" style="margin:0;">Bio</h2>
61
+ </div>
62
</div>
63
64
<main class="text-center max-w-4xl mx-auto px-4 w-full">
0 commit comments