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; }