add: fun
This commit is contained in:
@@ -9,6 +9,7 @@ body {
|
|||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background-image: url("/static/img/background.webp");
|
||||||
background: #2c2c2c; /* Dark background to match navbar */
|
background: #2c2c2c; /* Dark background to match navbar */
|
||||||
color: #f8f9fa; /* Light text for readability */
|
color: #f8f9fa; /* Light text for readability */
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
BIN
src/data/static/img/background.webp
Normal file
BIN
src/data/static/img/background.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -51,7 +51,7 @@
|
|||||||
<!-- Project 2 (right) -->
|
<!-- Project 2 (right) -->
|
||||||
<div class="row mb-5 justify-content-end">
|
<div class="row mb-5 justify-content-end">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<a href="https://github.com/Namonay/swifty-companion" class="text-decoration-none">
|
<a href="https://git.vavaas.dev/Namonay/swifty-companion" class="text-decoration-none">
|
||||||
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale">
|
<div class="p-4 rounded-4 bg-dark text-light shadow hover-scale">
|
||||||
<div class="row align-items-center flex-md-row-reverse">
|
<div class="row align-items-center flex-md-row-reverse">
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
|
|||||||
Reference in New Issue
Block a user