diff --git a/site/vue/css/style.css b/site/vue/css/style.css index b3e3979..9b6ca5e 100644 --- a/site/vue/css/style.css +++ b/site/vue/css/style.css @@ -94,6 +94,24 @@ html { margin-left: 25px; } + + +.listenerHover { + display: flex; + justify-content: center; + align-items: center; + height: 100px; + width: 300px; + font-size: x-large; + transition: .5s; + margin-top: 25px; + padding: 0 25px 0 25px; +} + +.listenerHover:hover { + cursor: pointer; +} + .fa-spinner { animation: loopiloop 2s infinite; margin-left: 25px; diff --git a/site/vue/index.html b/site/vue/index.html index 74f22ea..a6ee902 100644 --- a/site/vue/index.html +++ b/site/vue/index.html @@ -21,12 +21,22 @@