Changes

no edit summary
Line 3: Line 3:  
.button {
 
.button {
 
   width: 200px;
 
   width: 200px;
 +
  height: 30px;
 +
  text-align: center;
 +
  font-family: 'Roboto', sans-serif;
 +
  font-size: 11px;
 +
  letter-spacing: 2px;
 +
  font-weight: 500;
 +
  color: #000;
 +
  background-color: #85EBFF;
 +
  border: none;
 +
  border-radius: 45px;
 +
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
 +
  transition: all 0.3s ease 0s;
 +
  cursor: pointer;
 +
  outline: none;
 +
  padding-top: 15px;
 +
  padding-left: 15px;
 +
  text-transform: uppercase;
 +
  }
 +
 +
.button-access {
 +
  width: 300px;
 
   height: 30px;
 
   height: 30px;
 
   text-align: center;
 
   text-align: center;
Line 23: Line 44:     
.button:hover {
 
.button:hover {
 +
  background-color: #fff;
 +
  box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
 +
  color: #fff;
 +
  transform: translateY(-3px);
 +
}
 +
 +
.button-access:hover {
 
   background-color: #fff;
 
   background-color: #fff;
 
   box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
 
   box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
Line 105: Line 133:  
<p class="button"><strong>[https://catalogue.csps-efpc.gc.ca/product?catalog=DDN3-E31&cm_locale=fr Inscrivez-vous]</strong></p>
 
<p class="button"><strong>[https://catalogue.csps-efpc.gc.ca/product?catalog=DDN3-E31&cm_locale=fr Inscrivez-vous]</strong></p>
   −
<p class="button"><strong>[https://expo.da-an.ca/fr/#/2125-DDN3-E31/accueil Accéder à l’événement]</strong></p>
+
<p class="button-access"><strong>[https://expo.da-an.ca/fr/#/2125-DDN3-E31/accueil Accéder à l’événement]</strong></p>
    
<br>
 
<br>
216

edits