편집 요약 없음 |
편집 요약 없음 |
||
15번째 줄: | 15번째 줄: | ||
|style1=background: red; color: white; | |style1=background: red; color: white; | ||
|style2=background: lime; color: black; | |style2=background: lime; color: black; | ||
|content= | |content=the button turns into green<br>when it is successfully clicked | ||
}}</syntaxhighlight> | }}</syntaxhighlight> | ||
|{{버튼 | |{{버튼 | ||
|id=btn-template-test | |id=btn-template-test | ||
|common=display: inline-block; max-width: 400px; width: 100%; margin: 0 auto; padding: 15px; user-select: none; transition: all .1s; | |common=display: inline-block; max-width: 400px; width: 100%; margin: 0 auto; padding: 15px; text-transform: uppercase; user-select: none; transition: all .1s; | ||
|style1=background: red; color: white; | |style1=background: red; color: white; | ||
|style2=background: lime; color: black; | |style2=background: lime; color: black; | ||
|content= | |content=the button turns into green<br>when it is successfully clicked | ||
}} | }} | ||
|} | |} | ||
{{김찬 제작 틀}} | {{김찬 제작 틀}} |
2025년 1월 27일 (월) 22:05 판
틀:버튼 | |
---|---|
사용문서
|
|
넘겨주기
|
이동하기
|
이 틀은 {{btn}}(으)로도 사용할 수 있습니다.
커스텀 접기를 이용한 누를 때마다 정해둔 스타일이 바뀌는 틀입니다.
문법 | 결과 |
---|---|
the button turns into green
when it is successfully clicked |