사용자:Js091213/연습장: 두 판 사이의 차이

리버티게임, 모두가 만들어가는 자유로운 게임
백괴게임>Js091213
편집 요약 없음
imported>Js091213
잔글 (테스트끝)
 
(사용자 2명의 중간 판 27개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 
{{#urlget:123}}
* {{CGI|1|테스트}}
{{입력 상자|{{#urlget:answer}}}}
 
* {{ㅁ|/편집낚시 테스트|편집낚시 테스트}}
 
{{DB|Testtest|세이브}}
{{DB|Testtest|로드}}
 
{{#css:
.container { display: inline-grid; border: 1px solid black; background: black; height: 10px; width: 200%; max-width: 10px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; padding: 1px; grid-gap: 1px; }
.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; }
}}
 
 
<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>

2020년 7월 8일 (수) 22:54 기준 최신판