Tagged “layout”
-
TIL A nice way to use calc to get margin space css layout
I love it when bootstrap containers automatically create padding based on size.
-
TIL Box-sizing css layout
Setting box-sizing to border-box is a neat trick to avoid any unexpected padding issue. It tells the browser to include any border and padding in the values you specify in that element’s width and height itself. For example, if your element width is 125px, then any padding you add will be included in that width(125px) itself.
-
TIL Grid Layouts by Jen Simmons grid layout
I absolutely love how Jen Simmons uses Grid to show what can be done. Two completely different usages of grid
See all tags.