Changes

no edit summary
Line 1: Line 1:  +
{{#css:
 +
*{
 +
  box-sizing: border-box;
 +
}
 +
.column {
 +
  float: left;
 +
  width: 33%;
 +
  padding: 0 10px;
 +
}
 +
/* Remove extra left and right margins, due to padding */
 +
.row {margin: 0 -5px;
 +
  margin-top: 20px;}
 +
 +
/* Clear floats after the columns */
 +
.row:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
.card {
 +
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 +
  padding: 10px;
 +
  border: #00C3B7 solid 2px;
 +
}
 +
 +
/* For smaller screen sizes */
 +
@media (min-width: 100px) and (max-width: 850px)
 +
{
 +
  .column {
 +
    width: 100%;
 +
    display: block;
 +
    margin-bottom: 20px;
 +
  }
 +
}}
 +
 +
<div class="row"><div class="column"><div class="card">
 +
      <h2>'''<small>[https://www.csps-efpc.gc.ca/digital-academy/da-newsletter-subscribe-eng.aspx Subscribe to Digital Academy Newsletter]</small>'''</h2>[[File:CSPS EFPC symbol RGB purple.png|alt=CSPS EFPC logo|left|frameless|81x81px|CSPS EFPC logo]]<p>We’re sharing new digital courses, events, micro-learning and more straight to your inbox. Sign up to keep up with digital trends, skills, and resources for public servants like you. </p><p></p></div>
 +
  </div>
 +
 +
</div>
 +
  </div></div>
 +
<p></p>
 
[[EN:CSPS Digital Academy]]__NOTOC__
 
[[EN:CSPS Digital Academy]]__NOTOC__
 
[[File:Website Products - Leadership Header Image 2000 (2).png|1300px]]
 
[[File:Website Products - Leadership Header Image 2000 (2).png|1300px]]