Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<style>
.responsive {
  width: 100%;
  height: auto;
} 

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%70%;
}
</style>
<img class="responsive center" src="https://qnetconfluence.cms.gov/download/attachments/517383117/BANNER.jpg?version=1&modificationDate=1704818906692&api=v2">

...