Changes

no edit summary
Line 23: Line 23:  
h3{
 
h3{
 
padding-top:0;
 
padding-top:0;
 +
}
 +
 +
.button {
 +
  width: 330px;
 +
  height: 30px;
 +
  font-family: 'Roboto', sans-serif;
 +
  font-size: 11px;
 +
  letter-spacing: 2px;
 +
  font-weight: 500;
 +
  color: #000;
 +
  background-color: #cfe2f3;
 +
  border: none;
 +
  border-radius: 10px;
 +
  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;
 +
  text-align: center;
 +
  }
 +
 +
.button:hover {
 +
  background-color: #fff;
 +
  box-shadow: 0px 10px 15px rgba(40, 141, 161, 0.4);
 +
  color: #fff;
 +
  transform: translateY(-2px);
 
}
 
}
   Line 35: Line 63:  
<br>
 
<br>
    +
<p class="button"><strong>[https://forms.office.com/r/05PQwCrdCc ➡ L'inscription virtuelle est ouverte!]</strong></p>
 +
<br>
 
<br>
 
<br>
  
332

edits