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
In a post, the images take up far too much space because they rely on height and width in the img tag. We need to find a way to class images so that they're centered horizontally (something like margin: 0 auto;) and size down at lower screen sizes without overflow their bounds.
The text was updated successfully, but these errors were encountered:
In a post, the images take up far too much space because they rely on
height
andwidth
in theimg
tag. We need to find a way to class images so that they're centered horizontally (something likemargin: 0 auto;
) and size down at lower screen sizes without overflow their bounds.The text was updated successfully, but these errors were encountered: