블랙잭: 두 판 사이의 차이
백괴게임>Riemann 잔글편집 요약 없음 |
백괴게임>Riemann 잔글편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
{{#css: | {{#css: | ||
#p21 { | #p21 { | ||
width: 100%; | width: calc(100% - 12px); | ||
border: 1px solid black; | border: 1px solid black; | ||
padding: 5px; | padding: 5px; | ||
} | |||
.cards { | |||
padding: 5px; | |||
border: 1px solid black; | |||
border-radius: 5px; | |||
margin: 5px; | |||
width: calc(100% - 22px); | |||
} | } | ||
#dealerDeck, #guestDeck { | #dealerDeck, #guestDeck { | ||
20번째 줄: | 27번째 줄: | ||
font-size: 16px; | font-size: 16px; | ||
font-family: monospace; | font-family: monospace; | ||
height: 296px; | height: 296px; | ||
padding: | padding: 0.5em; | ||
} | } | ||
}} | }} | ||
28번째 줄: | 34번째 줄: | ||
<div id="p21"> | <div id="p21"> | ||
<p style="font-size: 16px;">딜러의 점수: <span id="dealerS"></span></p> | <p style="font-size: 16px;">딜러의 점수: <span id="dealerS"></span></p> | ||
<p id="dealerDeck"> </p> | <div class="cards"><p id="dealerDeck"> </p></div> | ||
<p id="guestDeck"> </p> | <div class="cards"><p id="guestDeck"> </p></div> | ||
<p style="font-size: 16px;">당신의 점수: <span id="guestS"></span></p> | <p style="font-size: 16px;">당신의 점수: <span id="guestS"></span></p> | ||
<hr /> | |||
<div id="deal" class="button">Request Deal</div><div id="hit" class="button" style="display: none;">Hit</div><div id="stand" class="button" style="display: none;">Stand</div> | |||
</div> | </div> | ||
<div id="console"></div> | <div id="console"></div> | ||
[[분류:백괴게임]] | [[분류:백괴게임]] |
2018년 2월 7일 (수) 19:07 판
딜러의 점수:
당신의 점수:
Request Deal