wrking on it

This commit is contained in:
Set Hallstrom 2019-06-10 16:56:41 +02:00
parent 85209e9c3f
commit 96c4db90b8
2 changed files with 18 additions and 5 deletions

View file

@ -143,4 +143,14 @@ a:active {
}
.highlight {
background-image: url('/images/tile.png');
}
.cta{
width: 200px;
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}