AcaMate_Web/Program/Views/Project/TopBanner.razor
Seonkyu.kim c1fdf2773d [] 서버 반영
1. 쿠키 delete 추가
2. about 페이지  v.0.1 추가
2025-05-27 15:40:20 +09:00

16 lines
476 B
Plaintext

<div class="relative bg-second-darker shadow p-4 flex items-center justify-center">
<!-- 왼쪽 아이콘 -->
<div class="absolute left-4 flex items-center">
<img src="/logo.png" alt="Icon" class="w-8 h-8">
</div>
<!-- 가운데 텍스트 -->
<h3 class="text-normal-normal text-center">긴급 공지 안내문입니다.</h3>
<!-- 오른쪽 가짜 공간 (아이콘 크기만큼) -->
<div class="absolute right-4 w-8 h-8"></div>
</div>