You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
876 B
HTML

<div class="md:flex md:items-center md:justify-between">
<div class="min-w-0 flex-1">
<h2
class="text-2xl/7 font-bold text-white sm:truncate sm:text-3xl sm:tracking-tight"
>
Back End Developer
</h2>
</div>
<div class="mt-4 flex md:mt-0 md:ml-4">
<button
type="button"
class="inline-flex items-center rounded-md bg-white/10 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-white/20"
>
Edit
</button>
<button
type="button"
class="ml-3 inline-flex items-center rounded-md bg-indigo-500 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-indigo-400 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500"
>
Publish
</button>
</div>
</div>