Sun Feb 28 2021 18:56:49 GMT+0000 (UTC)
Saved by @phurst00 #absolute #center
.container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#css #absolute #position #center
.example{ height: auto; position: absolute; bottom: 45px; width: 100%; max-width: 80rem; left:50%; transform: translate(-50%, 0); }
#absolute #center
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments