편집 요약 없음 |
편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
<pre style="white-space: pre-wrap;">{{반응형 style|요소|mobile=모바일 style|pc=PC style|common=공통 style(선택)}}</pre> | <pre style="white-space: pre-wrap;">{{반응형 style|요소|mobile=모바일 style|pc=PC style|common=공통 style(선택)}}</pre> | ||
{|{{style|class=wiki|width=100%|layout=on}} | {|{{style|class=wiki|width=100%|layout=on}} | ||
|- | |- | ||
|모바일에서 빨간 박스, PC에서 파란 박스< | !colspan=2|예시 | ||
|- | |||
|모바일에서 빨간 박스, PC에서 파란 박스<syntaxhighlight line="" lang="html+handlebars" style="white-space: pre-wrap;">{{반응형 style|.example-class | |||
|common=display: inline-block; width: 50px; height: 50px; | |common=display: inline-block; width: 50px; height: 50px; | ||
|mobile=background: red; | |mobile=background: red; | ||
|pc=background: blue;}}<div class="example-class"></div></ | |pc=background: blue;}} | ||
<div class="example-class"></div></syntaxhighlight> | |||
|{{반응형 style|.example-class|common=display: inline-block; width: 50px; height: 50px;|mobile=background: red;|pc=background: blue;}}<div class="example-class"></div> | |{{반응형 style|.example-class|common=display: inline-block; width: 50px; height: 50px;|mobile=background: red;|pc=background: blue;}}<div class="example-class"></div> | ||
|- | |||
|colspan=2|{{펼접|id=tip|title=[ 사용 팁 ]}} | |||
|- | |||
| | |||
* '''요소'''에 해당하는 문법<table {{style|class=wiki|align=center}}><tr><td>{{code|<태그>}}</td><td>=</td><td>{{code|태그}}</td></tr><tr><td>{{code|class{{=}}"클래스"}}</td><td>=</td><td>{{code|.클래스}}</td></tr><tr><td>{{code|id{{=}}"아이디"}}</td><td>=</td><td>{{code|#아이디}}</td></tr></table> | |||
{{펼접끝}} | |||
|} | |} | ||
{{김찬 제작 틀}} | {{김찬 제작 틀}} |
2024년 7월 8일 (월) 22:08 판
틀:반응형 style | |
---|---|
사용문서
|
|
넘겨주기
|
이동하기
|
{{반응형 style|요소|mobile=모바일 style|pc=PC style|common=공통 style(선택)}}
예시 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
모바일에서 빨간 박스, PC에서 파란 박스 | |||||||||||
[ 사용 팁 ]
|