Skip to content

Commit

Permalink
change notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlyl1111 committed Jun 29, 2023
1 parent 434b07c commit 9152031
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Rent_boardgame/templates/core/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
</head>

<body>
<div class="flex justify-center mt-10">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
class="w-6 h-6 mt-3">
<path stroke-linecap="round" stroke-linejoin="round" d="M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18" />
</svg>
<h1 class="mb-8 ml-10 text-4xl font-bold text-[#3C3C3B]">Thông báo</h1>

</div>
<div class="p-6 max-w-sm mx-auto bg-white rounded-xl shadow-lg flex items-center space-x-4">
<div class="w-full h-full md:w-1/3 bg-white grid place-items-center rounded-lg">
<img src="/media/item_images/Chess.jpg" alt="tailwind logo" class="rounded-xl" />
Expand All @@ -29,4 +37,5 @@
<p class="text-slate-500">Phiên bản: Battle</p>
</div>
</div>

</body>

0 comments on commit 9152031

Please sign in to comment.