Trying to center h1 element tag
Have you looked into using text-align: center; in your CSS yet?
text-align: center;
ok I got it centered but I am trying to center a img [email protected]
@TriciaKennedy You could use the following css
img { margin-left: auto; margin-right: auto; display: block; }
Heres an example repl: https://repl.it/@Yamboy1/WellmadeOnerlookedSites
thank [email protected]
Have you looked into using
text-align: center;
in your CSS yet?ok I got it centered but I am trying to center a img [email protected]
@TriciaKennedy You could use the following css
Heres an example repl: https://repl.it/@Yamboy1/WellmadeOnerlookedSites
thank [email protected]