diff --git a/css/output.css b/css/output.css index 09498b9..2a260ba 100644 --- a/css/output.css +++ b/css/output.css @@ -717,6 +717,10 @@ video { margin: 1rem; } +.m-auto { + margin: auto; +} + .mb-36 { margin-bottom: 9rem; } @@ -725,10 +729,26 @@ video { margin-bottom: 1rem; } +.mr-auto { + margin-right: auto; +} + .mt-2 { margin-top: 0.5rem; } +.mb-auto { + margin-bottom: auto; +} + +.mt-auto { + margin-top: auto; +} + +.mt-4 { + margin-top: 1rem; +} + .box-border { box-sizing: border-box; } @@ -1307,6 +1327,18 @@ video { grid-auto-flow: column dense; } +.grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} + +.grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + +.grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + .flex-row { flex-direction: row; } @@ -1491,6 +1523,10 @@ video { justify-items: stretch; } +.gap-4 { + gap: 1rem; +} + .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); @@ -2261,6 +2297,11 @@ video { color: rgb(59 130 246 / var(--tw-text-opacity)); } +.text-slate-400 { + --tw-text-opacity: 1; + color: rgb(148 163 184 / var(--tw-text-opacity)); +} + .text-slate-500 { --tw-text-opacity: 1; color: rgb(100 116 139 / var(--tw-text-opacity)); @@ -2281,11 +2322,6 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } -.text-slate-400 { - --tw-text-opacity: 1; - color: rgb(148 163 184 / var(--tw-text-opacity)); -} - .underline { text-decoration-line: underline; } @@ -2737,6 +2773,12 @@ video { } } +@media (min-width: 768px) { + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } +} + @media (min-width: 1024px) { .lg\:w-1\/2 { width: 50%; @@ -2746,6 +2788,14 @@ video { width: 100%; } + .lg\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + + .lg\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .lg\:flex-row { flex-direction: row; } @@ -2755,6 +2805,12 @@ video { } } +@media (min-width: 1280px) { + .xl\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } +} + @media (prefers-color-scheme: dark) { @media (min-width: 1024px) { .dark\:lg\:hover\:\[paint-order\:markers\]:hover { diff --git a/img/mtg.png b/img/mtg.png new file mode 100644 index 0000000..1ad1044 Binary files /dev/null and b/img/mtg.png differ diff --git a/landing.html b/landing.html index f61e7c0..5ae4391 100644 --- a/landing.html +++ b/landing.html @@ -15,62 +15,80 @@ -
- -
-
- zuzu -
-

Henry

-

About me

-
+
+ +
+ zuzu +
+

Henry

+

About me

- -
-
+ class="bg-slate-900 shadow-2xl p-4 rounded-md hover:scale-105 transition-transform min-h-32 min-w-40" + > +

sites

+
+ class="bg-slate-900 shadow-2xl p-4 rounded-md hover:scale-105 transition-transform min-h-32 min-w-40" + > +

coming

+
+ class="bg-slate-900 shadow-2xl p-4 rounded-md hover:scale-105 transition-transform min-h-32 min-w-40" + > +

soon

+
-
-
+ class="bg-slate-900 shadow-2xl p-4 rounded-md hover:scale-105 transition-transform min-h-32 min-w-40" + > +

probably

+