first commit 2

This commit is contained in:
hmw1001
2026-06-11 18:47:38 +09:00
parent c768729ce6
commit 6f534e33a6
11095 changed files with 1595758 additions and 0 deletions
@@ -0,0 +1,10 @@
.google-ads-wrap {
width: 100%;
margin: 20px 0;
text-align: center;
background-color: #f9f9f9; /* 광고 로딩 전 영역 표시용 (선택 사항) */
min-height: 90px; /* 최소 높이 확보 */
display: flex;
justify-content: center;
align-items: center;
}