차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
대문 [2025/07/28 07:52] – admin | 대문 [2025/07/28 16:22] (현재) – admin |
---|
a | <html> |
| <style> |
| .code1 { |
| display: grid; |
| grid-template-columns: repeat(2, 1fr); |
| gap: 1rem; |
| padding: 0rem; |
| box-sizing: border-box; |
| } |
| |
| @media screen and (max-width: 800px) { |
| .code1 { |
| grid-template-columns: 1fr; |
| } |
| } |
| |
| </style> |
| <img src="https://fluffy.company/wiki/lib/exe/fetch.php?media=machobot_guide_title_1.png" style="max-width: 400px; width:100%;"> |
| <div class="code1"> |
| <a href="https://fluffy.company/wiki/doku.php?id=%EB%A7%88%EC%B5%B8%EB%B4%87:%EB%8C%80%EB%AC%B8"> |
| <img src="https://fluffy.company/wiki/lib/exe/fetch.php?media=machobot_btn_250301.png" style="max-width: 100%;"> |
| </a> |
| <a href="https://fluffy.company/wiki/doku.php?id=마쵸봇_패치노트:"> |
| <img src="https://fluffy.company/wiki/lib/exe/fetch.php?media=machobot_patchnote_250301.png" style="max-width: 100%;"> |
| </a> |
| <a href="https://fluffy.company/wiki/doku.php?id=마쵸봇_베타:"> |
| <img src="https://fluffy.company/wiki/lib/exe/fetch.php?media=machobotobt_btn_1.png" style="max-width: 100%;"> |
| </a> |
| <a href="https://fluffy.company/wiki/doku.php?id=마쵸봇_베타_패치노트:"> |
| <img src="https://fluffy.company/wiki/lib/exe/fetch.php?media=machobotobt_patchnote.png" style="max-width: 100%;"> |
| </a> |
| </div> |
| </html> |