wrking on it
This commit is contained in:
parent
85209e9c3f
commit
96c4db90b8
2 changed files with 18 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue