diff --git a/assets/images/ye.jpg b/assets/images/ye.jpg new file mode 100644 index 0000000..e3fe833 Binary files /dev/null and b/assets/images/ye.jpg differ diff --git a/assets/style.css b/assets/style.css index ca8b251..9682742 100644 --- a/assets/style.css +++ b/assets/style.css @@ -340,4 +340,10 @@ button:hover { border: 2px solid var(--primary); width: 175px; color: var(--primary-text); +} + +.ye-span:hover > body{ + background: url('/assets/images/ye.jpg'); + background-repeat: repeat; + background-size: 10%; } \ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html index f4a3e6a..ab09b37 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,3 +1,3 @@ \ No newline at end of file