Regular Expression Match

regex javascript

HTML

<link rel="stylesheet" href="https://www.diroza.nl/skin/frontend/default/theme327k/css/styles.css">
<style>
a.knop
{ 
  font-family: 'Open Sans', sans-serif;
  display:block; 
  background:#72d5cd; 
  text-align:center; 
  line-height: 100px;
  font-size:60px; 
  font-weight: 300;
  color:#fff; 
  padding: 80px; 
  border-radius:50%; 
  width: 300px;
  height: 300px;
  margin: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.knop:hover
{ 
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);   
    transform: scale(1.05);
}
</style>

<a href="kledingontwerpen" class="knop">Klik hier en ontwerp je fietskleding<a>