add ritajs, let it show rhymes for the selected word upon clicking the rhyme FAB

This commit is contained in:
2023-12-21 10:14:49 -05:00
parent ad61063c0d
commit bb16921a74
6 changed files with 221 additions and 5 deletions

View File

@@ -3,3 +3,14 @@
@import "tailwindcss/utilities";
/* This file is for your main application CSS */
#rhyme-fab {
background-color: #f9f9f9;
border: solid 1px #d4d4d4;
padding: 5px 10px;
border-radius: 25px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
#rhyme-fab:hover {
background-color: #e8e8e8;
}