<div class="flex flex-col items-center gap-y-4 px-4 w-full lg:max-w-screen-lg lg:w-pem lg:px-0 lg:mx-auto">
<p class="text-center leading-7 mt-8 text-h-800 dark:text-h-200">
보호되어 있는 글입니다.<br>
내용을 보시려면 비밀번호를 입력하세요.
</p>
<input
class="inline-block h-10 border-0 text-sm px-3 w-48 outline-none bg-h-300 text-h-400 dark:bg-h-700 dark:text-h-200"
type="password"
maxlength="16"
id="entry133password"
name="entry133password"
onkeydown="if (event.keyCode == 13){reloadEntry(133);return false;}"
placeholder="비밀번호"
>
<!-- 여기서부터 추가 -->
<button
type="button"
class="mt-4 px-4 py-2 bg-h-500 text-white rounded"
onclick="{reloadEntry(133);return false;}"
>
확인
</button>
<!-- 여기까지 추가 -->
</div>
확인버튼 없으면
모바일에서 보호글 못 봄
'hello스킨 튜닝' 카테고리의 다른 글
HTML과 CSS의 차이 (0) | 2024.10.20 |
---|---|
hello스킨 이미지 본문폭 넘지 않게 하기 (0) | 2024.10.05 |
이미지 외각에 테두리 만들기 (1) | 2024.03.14 |
Hello 스킨 코드블럭 수정 (0) | 2024.02.26 |