Skip to content

Instantly share code, notes, and snippets.

@ir-norn
Last active October 12, 2015 01:43
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 ir-norn/a1f1b2bb193c6831e232 to your computer and use it in GitHub Desktop.
Save ir-norn/a1f1b2bb193c6831e232 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<title></title>
</head>
<body>
<style><!--
div { background: #bbb;
height : 50px;
width : 50px;
}
--></style>
<div style="float:left;">
<div> cc </div>
</div>
<div>
<div> dd </div>
<div> ee </div>
</div>
<hr>
<div style="float:left;">
<div> cc </div>
</div>
<div style="float:left">
<div> dd </div>
<div> ee </div>
</div>
<div style="float:left">
<div>nn</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment