add link for demonstration

This commit is contained in:
Asif Bacchus
2020-04-10 09:29:31 -06:00
parent 23873f5759
commit 777b690443
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -21,6 +21,15 @@ p {
margin-bottom: 1.5rem;
}
a {
color: inherit;
&:hover,
&:focus,
&:active {
color: red;
}
}
.wrapper {
display: flex;
flex-direction: column;