Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web サイトをページに自動調整するにはどうすればよいですか?
スクロール不要のランドスケープデザインです。
たとえば、CSSを使用してそれを行うことができます
<style> html{ width:100%; height:100%; } body{ width:100%; height:100%; background-color:#DDD; } </style>