Posts

Showing posts with the label center in css

css code for center alignment

css code for center alignment  .center {   margin: auto;   width: 80%;   border: 5px solid blue;   padding: 20px; }