From c70a95560175d6b5b7e6d18018199c9cb60b89af Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 13 May 2025 06:52:10 -0400 Subject: [PATCH] add space --- img/space.svg | 244 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.css | 4 +- 2 files changed, 247 insertions(+), 1 deletion(-) create mode 100644 img/space.svg diff --git a/img/space.svg b/img/space.svg new file mode 100644 index 0000000..96f343c --- /dev/null +++ b/img/space.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.css b/index.css index 04ad9cd..0fa34d3 100644 --- a/index.css +++ b/index.css @@ -12,7 +12,9 @@ } body { - background-color: var(--main-1); + background-image: url('img/space.svg'); + background-position: center; + background-size: cover; padding: 0; margin: 0; }