Created
December 6, 2019 09:32
-
-
Save wastu01/512aeb8662c397355ef7f72f774bea7f to your computer and use it in GitHub Desktop.
RWD 基本語法
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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