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
Note: We can center all elements inside a ‘div’ by using “text-align: center”. But if that element has a width, then the “center” wont work. To make it work, we can either make the element “inline-block” or setting its “margin: 0 auto”.