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
Hi,
in the article on the position property in the section Trivia & Notes, I've seen a small mistake when the article talks about absoulutely positioned elements and their height:
Similarly, an absolutely positioned element can be stretched vertically using top and bottom offset
properties, and leaving height unspecified.
position: relative; <-- this should be absolute
top: 0;
bottom: 0;
Thanks for the very good css reference and your effort! 🤗
The text was updated successfully, but these errors were encountered:
Hi,
in the article on the position property in the section Trivia & Notes, I've seen a small mistake when the article talks about absoulutely positioned elements and their height:
Thanks for the very good css reference and your effort! 🤗
The text was updated successfully, but these errors were encountered: