안녕하세요! 이번엔 코로나 사태로 인해 새로운 일의 방식을 찾고 있었다는 코하쿠짱 를 인터뷰했습니다 🌟
체험 입점을 계기로 가게의 분위기와 소녀들의 친절함에 매료되어 정식 입점을 결정했다고 합니다 💕💕.
'자유로운 교대근무', '고가의 브랜드 선물', '표정이 좋아졌다' 등 코하쿠가 느낀 가게의 매력을 가득 소개합니다! ✨
앞으로 이 가게에서 일해볼까 고민하고 계신 분, 꼭 한번 방문해 보세요 😊🌈🌈
그럼 코하쿠 씨의 리얼한 목소리를 꼭 확인해보세요 👇
/* 전체 스타일 */
body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif
background-color: #f9f9f9f9;
margin: 0;
padding: 20px;
}
.container {
max-width: 600px;
margin: 0 auto;
}
/* 메시지 공통 스타일 */
.message {
margin: 10px 0;
padding: 15px;
border-radius: 10px;
위치: 상대적; 위치: 상대적
max-width: 80%;
line-height: 1.5;
}
/* 매장의 메시지 (왼쪽) */
.store {
background-color: #e1f5fe;
color: #01579b;
align-self: flex-start;
margin-left: 0;
margin-right: auto;
}
.store::after {
content: ";
position: absolute;
top: 10px;
left: -10px;
border: 10px solid transparent;
border-right-color: #e1f5fe;
}
/* 출연진의 메시지 (오른쪽) */
.cast {
background-color: #c8e6c9;
color: #1b5e20;
align-self: flex-end;
margin-left: auto;
margin-right: 0;
}
.cast::after {
content: ";
position: absolute;
top: 10px;
right: -10px;
border: 10px solid transparent;
border-left-color: #c8e6c9;
}