Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
importhttps://qnetconfluence.cms.gov/download/attachments/510799656/hover.css?api=v2


Center

Include Page
HCD:Nav-buttons-a-home
HCD:Nav-buttons-a-home

HTML
<style>
#thumbs {   
    width: 540px;
    margin-top:90px;
    margin-left: auto; 
    margin-right: auto;
margin-bottom: 20px;

     text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
#thumbs a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.responsive {
  max-width: 100%;
  height: auto;
} 

#myelement { visibility: visible); }

@media (max-width: 800px) {
    #myelement { visibility: hidden; }
}

</style>

<img class="responsive" src="https://qnetconfluence.cms.gov/download/attachments/510799656/BANNER.jpg?version=1&modificationDate=1702566805361&api=v2">

<div class="thumbs">
<a href="#" class="hvr-underline-from-center myelement"><img style="max-width: 200px; " src="https://qnetconfluence.cms.gov/download/attachments/510799656/services.png?api=v2"></a>
<a href="#" class="hvr-underline-from-center"><img  style="max-width: 200px;" src="https://qnetconfluence.cms.gov/download/attachments/510799656/Training.png?api=v2"></a> 
<a href="#" class="hvr-underline-from-center"><img  style="max-width: 200px; " src="https://qnetconfluence.cms.gov/download/attachments/510799656/onboarding.png?api=v2"></a> 
<a href="#" class="hvr-underline-from-center"><img  style="max-width: 200px; " src="https://qnetconfluence.cms.gov/download/attachments/510799656/BestP.png?api=v2"></a> <span class="stretch"></span> </div>


...