• Resolved vyww

    (@vyww)


    How would I be able to center the date? This is my CSS:

    .date {
    	background-color: #F5E2E4;
        	color: #FFF !important;
        	padding: 0.4em;
        	letter-spacing: 3px;
    	margin: 0 auto;
        	font-size: 12px;
        	font-family: Courier New, Courier, FreeMono, monospace;
    	display: inline !important;
    }

    I have tried adding text-align: center and margin: 0 auto to my CSS and even adding align="center" to the div class. For some reason, none of these seem to work.

    Help? Thanks 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘how to center date’ is closed to new replies.