QualityNet Jira and QualityNet Confluence will be briefly unavailable on Wednesday, July 24, 2024, between 8:00 PM ET and 9:00 PM ET while the team performs an AMI update.  If you have questions or concerns, please reach out to us in Slack at #help-atlassian.

Page tree

Versions Compared

Key

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

...

Div
stylewidth: 80%; margin: 0 auto;


Panel
borderColorAEAEAE
bgColorEAEAEA
titleColorblack
borderWidth2
borderStylesolid
titleWe've Expanded the CCSQ PRA Generic Clearance for your HCD Research

Due to a surge in the use of the CCSQ PRA Generic Clearance, a mechanism to expedite the Paperwork Reduction Act coverage for HCD research, our team has partnered with CMS to renew the clearance and expand its capacity for years to come.

Button Hyperlink
iconview
titleLearn More
typestandard
url#



HTML
<style>
      #boxes {
        content: "";#parent {
        display: table;
        clear: both;
      }
      div {
        float: left;
        height: 470px;
        width: 23%;
        padding: 0 10px;
      }
      #column1 {
        background-color: #a1edcc;
      }
      #column2 {
        background-color: #a0e9ed;
        width: 43%;
      }
      #column3 {
        background-color: #f497f1;
      }
      h2 {
        color: #000000;
        text-align: center;
      }
    </style>
  
    <main id="boxes">
      <h2>W3docs</h2>
      <div id="column1">
        <h2>What is Lorem Ipsum?</h2> 
        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
      </div>
    flex;
}
#narrow {
  width: 200px;
  background: lightblue;
  /* Just so it's visible */
}
#wide {
  flex: 1;
  /* Grow to rest of container */
  background: lightgreen;
  /* Just so it's visible */
}
</style>
<div id="parent">
  <div id="wide">Wide (rest of width)</div>
  <div id="column2">
        <h2>Why do we use it?</h2> 
        It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
      </div>
      <div id="column3">
        <h2>Where does it come from?:</h2> 
        Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cities of the word in classical literature, discovered the undoubtable source.
      </div>
    </main>narrow">Narrow (200px)</div>
</div>