diff --git a/frontend/assets/bg.svg b/frontend/assets/bg.svg new file mode 100644 index 0000000..3cea37b --- /dev/null +++ b/frontend/assets/bg.svg @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Meow + Meow + Meow + Meow + Meow + Meow + gock <333 + gock <333 + gock <333 + gock <333 + gock <333 + + Gay :3 + Gay :3 + Gay :3 + Gay :3 + Gay :3 + Gay :3 + + diff --git a/frontend/assets/style.css b/frontend/assets/style.css index fe72350..245c7b9 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -14,6 +14,10 @@ body { display: flex; align-items: center; justify-content: center; + + background: url("bg.svg") center center/auto repeat, linear-gradient( + to bottom, transparent, pink + ); } .search-grid {