차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
대문 [2025/07/28 08:37] – admin | 대문 [2025/07/28 16:22] (현재) – admin |
---|
====== Fluffy.Company 공식 가이드북 ====== | |
<html> | <html> |
<style> | <style> |
.code1 { | .code1 { |
display: grid; grid-template-columns: 50% 50%; gap: 1rem; | display: grid; |
| grid-template-columns: repeat(2, 1fr); |
| gap: 1rem; |
| padding: 0rem; |
| box-sizing: border-box; |
} | } |
| |
@media screen and (max-width: 800px) { | @media screen and (max-width: 800px) { |
.code1 { | .code1 { |
display: block; | grid-template-columns: 1fr; |
} | } |
} | } |
| |
</style> | </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"> | <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"> | <a href="https://fluffy.company/wiki/doku.php?id=%EB%A7%88%EC%B5%B8%EB%B4%87:%EB%8C%80%EB%AC%B8"> |
<a href="https://fluffy.company/wiki/doku.php?id=마쵸봇_패치노트:"> | <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%;"> | <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> | </a> |
</div> | </div> |
</html> | </html> |