diff --git a/style.css b/style.css new file mode 100644 index 0000000..5740899 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); + +html { + height: 100%; +} + +body { + background-image: linear-gradient(135deg, #266bff, #59cfa3); + background-repeat: no-repeat; + color: white; +}