|
|
| (같은 사용자의 중간 판 140개는 보이지 않습니다) |
| 1번째 줄: |
1번째 줄: |
| <div class="flex flex-row gap-4">
| | |
| <div class="basis-1/3 h-20 bg-green-300 rounded-2xl shadow"></div>
| |
| <div class="basis-1/3 h-20 bg-blue-300 rounded-2xl shadow"></div>
| |
| <div class="basis-1/3 h-20 bg-yellow-300 rounded-2xl shadow"></div>
| |
| </div>
| |
| {{#CSS:
| |
| .shadow { box-shadow: 0px 4px 20px rgba(0,0,0,.05) !important; }
| |
| }}
| |
| {{#CSS:
| |
| .liberty-content { box-shadow: none !important; }
| |
| .liberty-content-header, .liberty-footer { display: none !important; }
| |
| .liberty-content-main { border-radius: 0.5rem; padding: 0 !important; background-color: transparent !important; }
| |
| }}
| |