forked from MinecraftUtilities/Backend
center the text
This commit is contained in:
parent
8db337204e
commit
ac29beca3a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white">
|
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
||||||
<p class="font-bold text-red-600">Oh, no!</p>
|
<p class="font-bold text-red-600">Oh, no!</p>
|
||||||
<p>You have encountered an error.</p>
|
<p>You have encountered an error.</p>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white">
|
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
||||||
<p class="font-bold">Hello!!!</p>
|
<p class="font-bold">Hello!!!</p>
|
||||||
<p>Wrapper for the Minecraft APIs to make them easier to use.</p>
|
<p>Wrapper for the Minecraft APIs to make them easier to use.</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user