complete-intro-to-web-dev-v3
complete-intro-to-web-dev-v3 copied to clipboard
Grammar issue in css/flex
https://btholt.github.io/complete-intro-to-web-dev-v3/lessons/css/flex
display: flex; is a display mode for CSS. It's to note that when you stick display: float, it allows you to to change the layout inside the tag.
should be
display: flex; is a display mode for CSS. It's to note that when you stick display: flex, it allows you to to change the layout inside the tag.
This is basically right-justified. Notice this is different from the reversed one about because the items stayed in the same order.
should be
This is basically right-justified. Notice this is different from the reversed one above because the items stayed in the same order.