사용자:Riemann: 두 판 사이의 차이
백괴게임>Riemann |
백괴게임>Riemann 잔글편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
{{#css: | |||
.container { display: inline-grid; border: 1px solid black; background: black; height: 256px; width: 100%; max-width: 256px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; padding: 5px; grid-gap: 5px; } | |||
.cell { border: 1px solid black; background: white; border-radius: 1px; text-align: center; vertical-align: middle; } | |||
.c1:hover { background: red; color: white; } | |||
.c2:hover { background: blue; color: white; } | |||
.c3:hover { background: green; color: white; } | |||
.c4:hover { background: yellow; color: white; } | |||
.cell:active { background: grey; color: white; } | |||
}} | |||
{{알림 상자|본문 = 잠시 머리 좀 식히겠습니다.}} | {{알림 상자|본문 = 잠시 머리 좀 식히겠습니다.}} | ||
* [[경부 레이스]] | * [[경부 레이스]] | ||
11번째 줄: | 20번째 줄: | ||
* RE-003 [[전자 시계]] | * RE-003 [[전자 시계]] | ||
* (미정) | * (미정) | ||
으어 모르겠다 | |||
<div class="container"> | |||
<div class="cell c1" style="grid-column: 1; grid-row: 1;"></div> | |||
<div class="cell c2" style="grid-column: 1; grid-row: 2;"></div> | |||
<div class="cell c3" style="grid-column: 2; grid-row: 1;"></div> | |||
<div class="cell c4" style="grid-column: 2; grid-row: 2;"></div> | |||
</div> |