Preview:
.center-container{
position: absolute;
left: 50%;
top: 50%;
transform: translate (-50%, -50%);
}



center-container {
display: grid;
place-items: center;
}


.center-container {
display: flex;
justify-content: center;
align-items: center;
 
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter