You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements default to a position of static. Tachyons provides utilities for setting position to be relative or absolute. Absolute elements are absolutely positioned inside of a relative element. You can use absolute positioning to stretch elements making sure they fill the width and height of a relative container. Relatively positioned elements offer the ability to offset the position of an element without affecting the position of any elements around it. This module should be used in conjunction with the coordinates module which is used to give working examples on this page.
69
+
</p>
70
+
<pclass="measure f5 f4-ns lh-copy">
71
+
CSS also provides fixed and sticky options for position but as I
72
+
don't find them useful from a design standpoint I have not included
73
+
them here. If you do find them useful you could easily extend the
74
+
position module to include these options. It should be noted that
75
+
sticky is not well supported at the moment. If the provided coordinates don't suit your needs the module is easy to extend to add any values you might need. I don't provide negative values - but those can be used in both relative and absolutely positioned elements.
Elements default to a position of static. Tachyons provides utilities for setting position to be relative or absolute. Absolute elements are absolutely positioned inside of a relative element. You can use absolute positioning to stretch elements making sure they fill the width and height of a relative container. Relatively positioned elements offer the ability to offset the position of an element without affecting the position of any elements around it. This module should be used in conjunction with the coordinates module which is used to give working examples on this page.
42
+
</p>
43
+
<pclass="measure f5 f4-ns lh-copy">
44
+
CSS also provides fixed and sticky options for position but as I
45
+
don't find them useful from a design standpoint I have not included
46
+
them here. If you do find them useful you could easily extend the
47
+
position module to include these options. It should be noted that
48
+
sticky is not well supported at the moment. If the provided coordinates don't suit your needs the module is easy to extend to add any values you might need. I don't provide negative values - but those can be used in both relative and absolutely positioned elements.
0 commit comments