Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
CSS
how to center an ing with block display
rayhung2002
Programming language:
CSS
2021-05-02 09:47:03
0
Q:
how to center an ing with block display
D.W.
Code:
CSS
2021-04-09 11:22:50
img
{
display
: block;
margin-left
: auto;
margin-right
: auto; }
0
Tags
how
Related
how to move block elements in css
css center element on screen
align div to center of screen
css block position
css block layout
css menu center of screen
what does display inline-block do?
New to Communities?
Join the community