Skip to content

Commit

Permalink
Update 2.relative_pos.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmeyer committed May 29, 2012
1 parent 8875d9a commit 26e99c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.relative_pos.html
Expand Up @@ -4,7 +4,7 @@
<title>Relative Positioning</title>
<style>

/* Relative positioning follows the normal flow (elements stack on top of one another along the y-aixs)
/* Relative positioning follows the normal flow (elements stack on top of one another along the y-axis)
just like static positioning but unlike static, relative can be offset using properties like top, left, right, etc. */

#red_box {
Expand Down

0 comments on commit 26e99c0

Please sign in to comment.