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
This works because Midway() applies display: inline; to the element when centering, but it still feels kind of dirty. Do you have any suggestions? Have you encountered this?
This is a pretty green-pasture project with almost no CSS to cause conflict. Just normalize.css.
The text was updated successfully, but these errors were encountered:
Good morning,
I'm experiencing a pretty significant delay between page load and the element being centered. About a half-second or so.
I was able to work around this by adding the following to my stylesheet:
This works because
Midway()
appliesdisplay: inline;
to the element when centering, but it still feels kind of dirty. Do you have any suggestions? Have you encountered this?This is a pretty green-pasture project with almost no CSS to cause conflict. Just
normalize.css
.The text was updated successfully, but these errors were encountered: