Changes

Jump to navigation Jump to search
m
no edit summary
Line 1: Line 1:  
{{#css:
 
{{#css:
   −
.btn {
+
.button {
 +
  width: 140px;
 +
  height: 30px;
 +
  font-family: 'Roboto', sans-serif;
 +
  font-size: 11px;
 +
  letter-spacing: 2.5px;
 +
  font-weight: 500;
 +
  color: #000;
 +
  background-color: #f18f34;
 
   border: none;
 
   border: none;
   background-color: #0B1E3F;
+
   border-radius: 45px;
   padding: 14px 28px;
+
   box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
   font-size: 16px;
+
   transition: all 0.3s ease 0s;
 
   cursor: pointer;
 
   cursor: pointer;
   display: inline-block;
+
   outline: none;
 +
  padding-top: 15px;
 +
  padding-left: 15px;
 +
  text-transform: uppercase;
 +
  }
 +
 
 +
.button:hover {
 +
  background-color: #fff;
 +
  box-shadow: 0px 15px 20px rgba(241, 143, 52, 0.4);
 +
  color: #fff;
 +
  transform: translateY(-7px);
 
}
 
}
  −
.btn:hover {background: #eee;}
      
.cta {color: b62aa9;}
 
.cta {color: b62aa9;}
Line 57: Line 73:  
<p style="font-size:x-large"><strong>Related links for Bringing Information and Data Together to Deliver Value for Canadians</strong></p>
 
<p style="font-size:x-large"><strong>Related links for Bringing Information and Data Together to Deliver Value for Canadians</strong></p>
   −
<p class="btn"><strong>[https://www.csps-efpc.gc.ca/events/bringing-information-data/index-eng.aspx REGISTER]</strong></p>  
+
<p class="button"><strong>[https://www.csps-efpc.gc.ca/events/bringing-information-data/index-eng.aspx REGISTER]</strong></p>  
    
<ul>
 
<ul>
2,600

edits

Navigation menu

GCwiki