Added tracking code form.

This commit is contained in:
Mike Cao 2020-08-07 20:36:57 -07:00
parent c4b75e4aec
commit 58a1be7a30
27 changed files with 100 additions and 42 deletions

View file

@ -1,13 +0,0 @@
.title {
font-size: var(--font-size-xlarge);
text-align: center;
}
.button {
color: var(--gray50);
background: var(--gray900);
}
.button:hover {
background: var(--gray800);
}