forked from AcaMate/AcaMate_Web
19 lines
842 B
Plaintext
19 lines
842 B
Plaintext
@* <div class="flex items-center p-4 bg-second-darker shadow"> *@
|
|
@* $1$ 이동하는 거 말고 그냥 일반 텍스트 넣을거야 #1# *@
|
|
@* <img src="/logo.png" alt="Icon" class="w-8 h-8 mr-0 absolute left-4 top-1/2 transform -translate-y-1/2"> *@
|
|
@* <h3 class="flex-1 text-center text-normal-normal pl-12">일반 텍스트 작성</h3> *@
|
|
@* </div> *@
|
|
|
|
<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>
|