행사후기
본문 시작
제목
♥♥국내가장큰판 1등♥♥ ★막판섯다 온라인 섯다 & 맞고 실시간 ★무설치 웹게임 ★간편가입지원 ★가상화폐 입출금 ★ ★구글검색창에 ■막판섯다■를 검색해보세요★
작성자
삼팔이짱
등록일
2025-12-27
조회수
7
막판섯다 온라인 섯다·맞고 실시간 │ 무설치 웹게임
body {
font-family: 'Noto Sans KR', sans-serif;
background: #fff;
color: #111;
margin: 0;
padding: 0;
text-align: center;
word-break: keep-all; /* 단어가 중간에 끊기지 않게 */
line-height: 1.6;
}
.banner {
text-align: center;
padding: 30px 15px;
background: #f6f6f6;
border-bottom: 1px solid #ddd;
}
.banner h1 {
font-size: 32px;
margin-bottom: 10px;
color: #e60000;
font-weight: 700;
}
.banner p {
font-size: 16px;
line-height: 1.6;
color: #333;
margin: 5px 0;
}
.content {
padding: 30px 15px;
text-align: center;
line-height: 1.6;
}
.highlight {
color: #ff6600;
font-weight: 700;
font-size: 20px;
margin: 20px 0 10px 0;
display: block;
}
.btn {
display: inline-block;
background: #ff6600;
color: #fff;
padding: 12px 24px;
border-radius: 8px;
text-decoration: none;
margin-top: 20px;
font-size: 16px;
font-weight: bold;
}
.btn:hover {
background: #e25500;
}
.event-list {
margin-top: 25px;
background: #fafafa;
padding: 20px;
border-radius: 10px;
display: inline-block;
text-align: center;
border: 1px solid #ddd;
width: 90%;
max-width: 400px;
}
.event-list h3 {
margin-bottom: 15px;
color: #ff6600;
}
.event-list li {
margin-bottom: 8px;
color: #222;
}
img.banner-img {
width: 100%;
max-width: 600px;
border-radius: 10px;
margin-top: 20px;
border: 1px solid #ddd;
}
/* 모바일 반응형 */
@media (max-width: 768px) {
.banner h1 {
font-size: 28px;
}
.banner p, .content p {
font-size: 15px;
}
.highlight {
font-size: 18px;
}
.btn {
font-size: 15px;
padding: 10px 20px;
}
.event-list {
padding: 15px;
}
}