how to make CSS contrl image centering?
-
Please see: https://sprangleblog.com/
Note that the image is off to the left. I’ve tried a lot of variations in the CC but can’t make it center.
Here’s the relevant portion of the index.php
<div id=”headerblock”>
<img class=”img.center” src=”https://sprangleblog.com/images/TajMahal.jpg”/>
</div> <!– headerblock –>and here are all the (I think) relevant CSS
img.right {
padding: 5px;
margin: 0 0 2px 7px;
display: inline;
float: right;}
img.left {
padding: 5px;
margin: 0 7px 2px 0;
display: inline;
float: left;}
img.center {
padding: 5px;
background: transparent;
border: 1px solid #00000;
float: center;}
Advice greatly appreciated
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘how to make CSS contrl image centering?’ is closed to new replies.