css code for center alignment

css code for center alignment


 .center {

  margin: auto;

  width: 80%;

  border: 5px solid blue;

  padding: 20px;

}

Comments

Last 7 Days

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example

What does TR mean in HTML?