Skip to content

Instantly share code, notes, and snippets.

@wastu01
Created December 6, 2019 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wastu01/512aeb8662c397355ef7f72f774bea7f to your computer and use it in GitHub Desktop.
Save wastu01/512aeb8662c397355ef7f72f774bea7f to your computer and use it in GitHub Desktop.
RWD 基本語法
<div id="maindiv">
 <div id="div01">1</div>
 <div id="div02">2</div>
 <div id="div03">3</div>
 <div id="div04">4</div>
 <div id="div05">5</div>
 </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment