The bottom
property in
There will be no effect on the non-positioned elements.
bottom: auto | length | percentage | initial | inherit;
auto
: This is the default value. The browser uses it to calculate the value of the bottom edge.
length
: Sets the position of the bottom edge in px
, cm
, etc.
%
: Sets the value in accordance with the percentage of the containing element.
initial
: We use this to set the value to its default value.
inherit
: This is used to inherit property from its parent value.
Below is the basic