font bold & uppercase done

This commit is contained in:
Resul Madesenow
2024-02-21 20:20:05 +05:00
parent 4026d4e09c
commit 51f675b84a
2 changed files with 8 additions and 8 deletions

View File

@@ -22,14 +22,14 @@
<body>
<div class="bg-img">
<div class="bg-white flex justify-between px-4 py-1 absolute w-full">
<div class="bg-green-500 px-8 text-white text-sm p-1 rounded uppercase"><a href="#"> Töleg barlagy </a></div>
<div class="bg-green-500 px-8 text-white text-sm p-1 rounded uppercase font-bold"><a href="#"> Töleg barlagy </a></div>
<div class="flex items-center">
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-41-15</a>
<a href="#" class="mr-6 text-sm text-gray-900">Kömek</a>
<div class="flex text-sm text-gray-900 space-x-1">
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">Kömek</a>
<div class="flex text-sm text-gray-900 space-x-1 uppercase">
<a href="#" class="font-bold"> Tm |</a>
<a href="#"> En |</a>
<a href="#"> Py</a>
<a href="#"> Ru</a>
</div>
</div>
</div>

View File

@@ -22,14 +22,14 @@
<body>
<div class="bg-img">
<div class="bg-white flex justify-between px-4 py-1 absolute w-full">
<div class="bg-green-500 px-8 text-white text-sm p-1 rounded uppercase"><a href="#"> Töleg barlagy </a></div>
<div class="bg-green-500 px-8 text-white text-sm p-1 rounded uppercase font-bold"><a href="#"> Töleg barlagy </a></div>
<div class="flex items-center">
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-41-15</a>
<a href="#" class="mr-6 text-sm text-gray-900">Kömek</a>
<div class="flex text-sm text-gray-900 space-x-1">
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">Kömek</a>
<div class="flex text-sm text-gray-900 space-x-1 uppercase">
<a href="#" class="font-bold"> Tm |</a>
<a href="#"> En |</a>
<a href="#"> Py</a>
<a href="#"> Ru</a>
</div>
</div>
</div>