연습장:Sakura/2: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
문서를 비움
태그: 비우기 수동 되돌리기
 
(사용자 2명의 중간 판 39개는 보이지 않습니다)
1번째 줄: 1번째 줄:
여러모로 CSS로 꾸며보자
 
<div class="CustomBackground bg-red-50 dark:bg-red-950"></div>
{{#CSS:
.CustomBackground {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}
}}
{{#CSS:
.Liberty .content-wrapper { display: block !important; }
.Liberty .content-wrapper .liberty-sidebar { display: none !important; }
.Liberty .content-wrapper .liberty-content .liberty-content-main { border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; }
.Liberty .content-wrapper .liberty-footer { display: none !important; }
}}

2026년 8월 13일 (목) 15:20 기준 최신판