AcaMate_Web/Program/Views/Project/Common/TopBanner.razor
SEAN-59 3e31f9f46b [] am/Intro 화면 동작 구현
1. 로그인 연동
2. 화면 변환 연동
2.1. 아직 Academy 테이블 연동은 안되어있는 상황
2025-06-17 16:00:56 +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>