Skip to content

Instantly share code, notes, and snippets.

@mchayapol
Created September 15, 2015 02:37
Show Gist options
  • Save mchayapol/1ea16904ea4a2d276292 to your computer and use it in GitHub Desktop.
Save mchayapol/1ea16904ea4a2d276292 to your computer and use it in GitHub Desktop.
CSS for Cash Register exercise
<style>
#divCashReg {
float: left;
width: 300px;
}
#divDocket {
border: 1px dashed black;
width: 200px;
min-height: 200px;
margin-left: 300px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment